Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 21,315 for

worksheet

(0.04 sec)
  1. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....large range of cells in a worksheet: Create a style object. Specify...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/reusing-style-objects/
  2. 使用C++编辑工作表的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何编辑工作表的超链接。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...in the worksheet for ( int32_t i = 0 ; i < worksheet . GetHyperlinks...

    docs.aspose.com/cells/zh/cpp/editing-hyperlinks...
  3. Insert Background Image to Excel with Node.js v...

    How to insert background image to Excel using Aspose.Cells for Node.js via C++....Contents [ Hide ] You can make a worksheet more appealing by adding a...a picture as a worksheet background. This feature can be quite...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  4. 从ArrayList导入|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 int...int i = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/importing-from-arr...
  5. How to Filter Blanks or Non-Blanks with C++|Doc...

    Learn how to filter Blanks and non-blanks by using the Aspose.Cells for C++ API....first worksheet in the Excel file Worksheet worksheet = workbook...function to apply the filter // worksheet.GetAutoFilter().MatchBlanks(1);...

    docs.aspose.com/cells/cpp/how-to-filter-blanks-...
  6. Page Setup - Fit to Page Setting|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....To fit the contents of the worksheet to a specific number of pages...methods are also used to scale worksheets. Java // Instantiating a...

    docs.aspose.com/cells/java/page-setup-fit-to-pa...
  7. Display or Hide Row Column Headers in Ruby|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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () worksheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/java/display-or-hide-row-...
  8. Aspose.Cells 8.4.2中的公共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....chart collection int idx = worksheet . getCharts (). add ( ChartType...chart instance Chart chart = worksheet . getCharts (). get ( idx...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Using FormulaText Function in Aspose.Cells with...

    This article introduces how to use the FormulaText function in Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula text of the cell and get the result. Finally, we save the modified Excel file to disk....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...in cell A1 Cell cellA1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/using-formulatext-fun...
  10. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....value to cell A1 on the first worksheet and then saves the ODS file...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/save-ods-file-in-odf-...