Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 19,902 for

worksheet

(0.14 sec)
  1. 如何通过 Node.js 以及 C++ 改变评论字体颜色|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....// Get the first worksheet const worksheet = workbook . getWorksheets...Add some text in cell A1 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chan...
  2. Aspose.Cells.CellsException: 'IndexOutOfRangeEx...

    Hi- I’m getting the error shown in the subject above when trying to call Workbook.CalculateFormula. The full error says that the issue is “Based on cell Data!B2366” in the workbook I will provide. The formula in this cel…...the defined limits of the worksheet. This can happen with formulas...within the bounds of the worksheet. For example, if your formula...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  3. Public API Changes in Aspose.Cells 8.9.2|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....//Access first worksheet from collection Worksheet sheet = book...//Access first worksheet from collection Worksheet sheet = book...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Public API Changes in Aspose.Cells 8.6.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....now accept an instance of Worksheet to remove all the VBA modules...associated with the specified Worksheet. Following is the simple usage...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Getting Headers or Footers|Documentation

    This article explains how to programmatically get header and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API....footers for more than one worksheet at a time. For other sheet...Footers in MS Excel Click the worksheet where you want to view or...

    docs.aspose.com/cells/python-net/get-headers-or...
  6. 如何用C++创建瀑布图|Documentation

    用C++和Aspose.Cells for C++ API在Excel中创建瀑布图。...the first Worksheet in Workbook Worksheet worksheet = workbook...of the first Worksheet Cells cells = worksheet . GetCells ();...

    docs.aspose.com/cells/zh/cpp/creating-waterfall...
  7. Create Remove and Get GridCell Comments|Documen...

    This article introduces how to work with comment in GridWeb....(GridCell) inside the GridWeb worksheet. It is worth noting that GridWeb...the first worksheet of GridWeb. //Access first worksheet of GridWeb...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. How to Set Point as Total with Python.NET|Docum...

    Learn how to configure total points in Excel waterfall charts using Aspose.Cells for Python via .NET with this step-by-step guide....first worksheet and chart worksheet = workbook . worksheets [ 0...0 ] chart = worksheet . charts [ 0 ] # Verify chart type if chart...

    docs.aspose.com/cells/python-net/how-to-set-poi...
  9. 使用C++更改形状的调整值|Documentation

    使用Aspose.Cells和C++修改Excel中的形状调整值。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...shapes of the worksheet Shape shape1 = worksheet . GetShapes ()...

    docs.aspose.com/cells/zh/cpp/change-adjustment-...
  10. 在 Jython 中调整行高和列宽|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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets (). get ( 0 ) cells = worksheet . getCells () # Setting the...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...