Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 102,528 for

workbook

(0.2 sec)
  1. 使用 JavaScript 通过 C++ 结合 WorkbookMetadata|Docume...

    了解如何通过 Aspose.Cells for JavaScript 通过 C++ 编辑工作簿元数据。..."text/javascript" > const { Workbook , SaveFormat , MetadataOptions...Document_Properties ); // Open Workbook metadata from the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/using-w...
  2. 验证用于保护工作表的密码,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++验证用于保护工作表的密码。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate Workbook with file bytes const workbook = new Workbook ( new...

    docs.aspose.com/cells/zh/javascript-cpp/verify-...
  3. Find if the cell value starts with single quote...

    Learn how to find if the cell value starts with a single quote mark through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Creating a new workbook const wb = new Workbook (); // Accessing...

    docs.aspose.com/cells/javascript-cpp/find-if-th...
  4. Detect Hyperlink Type|Documentation

    Learn how to detect hyperlink type through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/detect-hyp...
  5. Access the Text Box by the Name with JavaScript...

    Learn how to access a text box by name from the collection in Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/access-the...
  6. Your First Aspose.Cells Application - Hello Wor...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Create an instance of the Workbook class. Apply the license:...Creating a Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/python-java/your-first-as...
  7. Your First Aspose.Cells Application - Hello Wor...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Create an instance of the Workbook class. Apply the license:...Creating a Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/python-net/your-first-asp...
  8. Public API Changes in Aspose.Cells 8.0.1|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook object. In order to change...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Disable CSS while saving to HTML with C++|Docum...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for C++....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleDisableCss...SetDisableCss ( true ); // Save the workbook in HTML wb . Save ( outDir...

    docs.aspose.com/cells/cpp/disable-css-while-sav...
  10. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.Cells with C++....Cells-for-C // Load sample workbook U16String sourceDir ( u "...02_OutputDirectory \\ " ); Workbook wb ( sourceDir + u "sampleDisableDownlev...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...