Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 99,948 for

workbook

(0.1 sec)
  1. Converting Worksheet to Image and Worksheet to ...

    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....NET supports converting a workbook to multiple image files, one...worksheet from a template workbook to an image file. Convert...

    docs.aspose.com/cells/python-net/converting-wor...
  2. Formatting Slicer with JavaScript via C++|Docum...

    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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate Workbook from uploaded file const wb = new Workbook ( new...

    docs.aspose.com/cells/javascript-cpp/formatting...
  3. 旋转单元格文本|Documentation

    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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  4. Get HTML5 string from Cell|Documentation

    Learn how to get an HTML5 string from a cell through the Aspose.Cells for JavaScript via C++ API....following sample code creates a workbook object and adds some text..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/get-html5-...
  5. Node application (c++) + xlsb file = bad format...

    Hi there, I am working on a project in which I’m using the node wrapper over the c++ library. In our case we narrowed down an issue to this simple operation: open file, then save file. Do this twice in a row on the same…...the XLSB file const workbook = new Workbook(filePath); // Save...Save the workbook in XLSB format workbook.save(filePath, SaveFormat...

    forum.aspose.com/t/node-application-c-xlsb-file...
  6. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C++ API or Library....Create a workbook and open the template spreadsheet Workbook workbook...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  7. Advanced Protection Settings since Excel XP in ...

    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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/advanced-protection-s...
  8. Get Max Column Index in Row and Max Row Index i...

    Learn how to get the max column index in a row and the max row index in a column through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/get-max-in...
  9. How to create Combo chart with Node.js via C++|...

    Learn how to create a combo chart using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....the workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/create-combo-c...
  10. 用 JavaScript 通过 C++ 读写 XLS 和 XLSB 文件的外部连接|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++读取和写入XLS和XLSB文件的外部连接。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Excel Xlsb file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/read-an...