Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 83,305 for

workbook

(0.09 sec)
  1. Different Ways to Open Files|Documentation

    This article explains how to open an excel file using Aspose.Cells for .NET API....computer by specifying it in the Workbook class constructor. Simply...Sheets only While loading a Workbook sometimes you may only need...

    docs.aspose.com/cells/net/different-ways-to-ope...
  2. 在Aspose.Cells中打印工作簿|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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "../...worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Create...

    docs.aspose.com/cells/zh/net/printing-workbooks...
  3. 用 Node.js 通过 C++ 将 XLSB 文件的修订转换为 XLSM 格式|Docume...

    学习如何用 Aspose.Cells for Node.js via C++ 完整转换 XLSB 文件的修订为 XLSM 格式。...Open workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); // Save Workbook to XLSM format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-rev...
  4. 在工作表中隐藏行和列|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....在工作表中隐藏行和列 C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; worksheet...

    docs.aspose.com/cells/zh/net/hiding-rows-and-co...
  5. Get Hyperlinks in Range with C++|Documentation

    Learn how to get hyperlinks in range through the Aspose.Cells for C++ API....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "HyperlinksSample...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-hyperlinks-in-range/
  6. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides the C++ code to insert and delete rows in an Excel worksheet....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...the book Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/insert-or-delete-rows...
  7. Manage Axes of Excel Charts with C++|Documentation

    Learn how to configure chart axes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts....Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-axes/
  8. 使用C++管理Excel图表的图例|Documentation

    学习如何利用 Aspose.Cells for C++ 高效利用和定制Microsoft Excel中的图表图例。我们的全面指南介绍了图例的功能、访问和修改方法,以及如何利用图例改善可视化和数据理解。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-legend/
  9. 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...
  10. Hiding and Showing Rows and Columns in Ruby|Doc...

    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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/hiding-and-showing-r...