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

worksheet

(0.18 sec)
  1. 查找特定单词的出现次数|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....string myPath = "List All Worksheets in a Workbook.xls" ; //Open...Excel . Worksheet Worksheet = ThisWorkbook . Worksheets [ "Sheet1"...

    docs.aspose.com/cells/zh/net/find-specific-word...
  2. 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/...
  3. Get Cells Range|Documentation

    Learn how to Get Cells Range through the Aspose.Cells for .NET API....manipulate some data on the worksheet, you need to know the data...data range of the entire worksheet. Aspose.Cells offers this feature...

    docs.aspose.com/cells/net/get-cells-range/
  4. Aspose.Cells 8.7.1 中的公共 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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Export Print Area Range to HTML with C++|Docume...

    Learn how to export the print area range to HTML using Aspose.Cells for C++....page setup object of the worksheet. Later, use the HtmlSaveOptions...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/export-print-area-ran...
  6. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....FitToPagesTall in a specified worksheet: First, load the sample file...PageSetup object for the desired worksheet. Here is an example in Node...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  7. 使用C++将工作表或图表导出为具有所需宽度和高度的图像|Documentation

    使用Aspose.Cells在C++中将工作表或图表导出为所需宽度和高度的图像。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...into image SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/zh/cpp/export-worksheet-o...
  8. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separator in MS Excel and with C++ code by using the Aspose.Cells for C++ API....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Set cell value Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/specify-custom-number...
  9. 在 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...
  10. Add Worksheets to Existing Excel File in PHP|Do...

    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....Add Worksheets to Existing Excel File in PHP Contents [ Hide...] Add Worksheets to Existing Excel File Add Worksheets to Existing...

    docs.aspose.com/cells/net/add-worksheets-to-exi...