Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 82,029 for

workbook

(0.2 sec)
  1. Aspose.Cells 8.5.2中的公共API更改|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....//Create workbook object from source file Workbook workbook = new...new Workbook ( filePath ); //Access first worksheet Worksheet worksheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. 判断工作表纸张大小是否自动|Documentation

    本文说明如何使用 C++ API 或示例代码,判断工作表的纸张大小是否为自动。...first workbook having automatic paper size false Workbook wb1 (...second workbook having automatic paper size true Workbook wb2 (...

    docs.aspose.com/cells/zh/cpp/determine-if-paper...
  3. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/ja/python-java/pyinstalle...
  4. com.aspose.cells.Cell.setHtmlString() method co...

    Hello, I have an issue, when I try to set an HtmlString on the cell, if I set the font size to a double value, it is converted to an integer value. An example: style.getFont().setDoubleSize(Double.parseDouble("12.5")); …...5")); workbook.getWorksheets().get(0).getCells()...get(STRING_INDEX).setStyle(style); workbook.getWorksheets().get(0).getCells()...

    forum.aspose.com/t/com-aspose-cells-cell-sethtm...
  5. 创建命名区域并复制命名区域内容的示例,使用Node.js via C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中创建、访问和复制命名区域。...Cells提供了一个代表Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 getWorksheets()...stream const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/create-acce...
  6. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-data-using-...
  7. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for Node.js via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/set-picture-as...
  8. Manage DataLabels of Excel Charts with Node.js ...

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for Node.js via C++. This comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/insert-datalab...
  9. 使用 C++ 和 Node.js 将单元格链接到 XML 映射元素|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....sample workbook const workbook = new AsposeCells . Workbook ( path...Map inside it const map = workbook . getWorksheets (). getXmlMaps...

    docs.aspose.com/cells/zh/nodejs-cpp/link-cells-...
  10. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....); // Create a workbook object Workbook workbook ; // Create a...Worksheet ExcelWorkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/data-validation/