Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 24,848 for

worksheet

(0.04 sec)
  1. Get Cell Validation in ODS Files|Documentation

    Learn how to Get Cell Validation in ODS Files through the Aspose.Cells for JavaScript via C++ API....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Accessing the first worksheet in the file const worksheet = workbook ...

    docs.aspose.com/cells/javascript-cpp/get-cell-v...
  2. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....based on the range inside the worksheet but also works well for the...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...
  3. 用C++设置边框|Documentation

    如何在C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框宽度、样式和颜色,可以更好地控制单元格的外观。...Workbook 类包含一个 Worksheets 集合,可访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-border-setti...
  4. Formatting Slicer with C++|Documentation

    Format slicers in Microsoft Excel using Aspose.Cells with C++....// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...collection. Slicer slicer = worksheet . GetSlicers (). Get ( 0 );...

    docs.aspose.com/cells/cpp/formatting-slicer/
  5. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel Worksheets and save them using Aspose.Cells for JavaScript via C++....Extract Images from Worksheets using ImageOrPrintOptions with...< h1 > Extract Image from Worksheet </ h1 > < input type = "file"...

    docs.aspose.com/cells/javascript-cpp/extract-im...
  6. Aspose.Cells 8.4.0 中的公共 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....first worksheet Worksheet worksheet = workbook . Worksheets [ 0...object PivotTable pivotTable = worksheet . PivotTables [ 0 ]; //Remove...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. Save Workbook to Text or CSV Format 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....a workbook with multiple worksheets into text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/net/save-workbook-to-text...
  8. Managing Page Breaks in Python|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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  9. 页面设置 自适应页面设置|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 WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); int sheetIndex...

    docs.aspose.com/cells/zh/java/page-setup-fit-to...
  10. Aspose.Cells 8.7.0中的公共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 the protected Worksheet Worksheet sheet = book . getWorksheets...(). get ( 0 ); //Check if Worksheet is password protected if (...

    docs.aspose.com/cells/zh/java/public-api-change...