Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 30,422 for

worksheet

(0.18 sec)
  1. Use Error Checking Options|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....error‑checking option for a worksheet in the template XLS file using...); // Get the first worksheet Worksheet sheet = workbook . getWorksheets...

    docs.aspose.com/cells/java/use-error-checking-o...
  2. Create Remove and Get GridCell Comments|Documen...

    This article introduces how to work with comments 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. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....FitToPagesTall in a specified worksheet, first load the sample file...file . Then call the Worksheet.PageSetup.setFitToPagesTall(int...

    docs.aspose.com/cells/java/how-to-print-excel-a...
  4. 在单元格中添加数据|Documentation

    本文介绍了如何使用Aspose.Cells for .NET API向单元格中添加数据。...工作表由Worksheet类表示。Worksheet类提供了一个Cells集合。Cells集合中的每个项表示Cell类的对象。...added worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/net/add-data-in-cells/
  5. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for Node.js via C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends.... ()); // Get the worksheet const worksheet = workbook . getWorksheets...); const chartCollection = worksheet . getCharts (); // Load the...

    docs.aspose.com/cells/nodejs-cpp/using-chartglo...
  6. Insert Hyperlinks into Excel or OpenOffice|Docu...

    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 to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/java/insert-hyperlinks-to...
  7. 使用 JavaScript 通过 C++ 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距,也学习如何通过 JavaScript API 通过 C++ 编程设置页面中心、页眉和页脚的边距。...worksheets 集合,允许访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet.pageSetup 属性用于设置工作表的页面设置选项。 Worksheet.pageSetup 属性是...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  8. Detect Hyperlink Type with C++|Documentation

    Learn how to detect hyperlink type through the Aspose.Cells for C++ API....xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); if ( ! worksheet ) { std :: cerr << "Worksheet not found!"...

    docs.aspose.com/cells/cpp/detect-hyperlink-type/
  9. How to Implement Lazy Loading in GridJs|Documen...

    This article describes how to implement lazy loading in GridJs....file containing numerous worksheets, we can optimize the loading...initially loading only the active worksheet. This strategy ensures that...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  10. Code Comparison for Common Features in Aspose.C...

    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....Comparison Examples: Working with Worksheets in Apache POI and Aspose...New Worksheet Add Images in Worksheet Convert Worksheet to CSV...

    docs.aspose.com/cells/java/code-comparison-for-...