Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 21,309 for

worksheet

(0.08 sec)
  1. 使用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...
  2. 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...
  3. How to check Frozen State without Excel.|Docume...

    In this article, you will learn how check frozen state of excel Worksheet programmatically using C# Library with .NET API....check frozen state of excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or splitted in MS...

    docs.aspose.com/cells/net/how-to-check-frozen-s...
  4. How to Check Frozen State without Excel.|Docume...

    In this article, you will learn how check frozen state of excel Worksheet programmatically using Aspose.Cells for Python via .NET APIs....check frozen state of excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or splitted in MS...

    docs.aspose.com/cells/python-net/how-to-check-f...
  5. Format Ranges with Node.js via C++|Documentation

    Learn how to format a range of cells in Excel using Aspose.Cells for Node.js via C++....sample data, access the first worksheet, and define two ranges(“A1:C3”...filePath ); // Get the first worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  6. 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...
  7. 在Ruby中分组和取消分组行和列|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 () # Grouping first...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  8. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API...the first worksheet and its cells Worksheet worksheet = workbook...Get ( 0 ); Cells cells = worksheet . GetCells (); // Access cell...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  9. Autofit Rows and Columns|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....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  10. 通过 xlsx4j 创建新电子表格|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....Workbook (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/zh/java/create-new-spread...