Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 28,754 for

worksheet

(0.12 sec)
  1. Update Excel Files using C++ | products.aspose.com

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office with C++ based applications.... Access the Worksheet using GetIWorksheets()->GetObjectByIndex(0)...

    products.aspose.com/total/cpp/update/
  2. Automatically refresh OLE object via Microsoft ...

    Learn how to automatically refresh OLE objects in Excel using Aspose.Cells for Node.js via C++....xlsx" )); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/automatically-...
  3. Export Comments while Saving Excel file to HTML...

    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....Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/nodejs-cpp/export-comment...
  4. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java, streamlining visual workflows....(); Working Solution for Worksheet Resizing Extract Images from...

    docs.aspose.com/slides/androidjava/get-the-enti...
  5. Implement 1904 Date System with Node.js via C++...

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....Document Assistant Close Format Worksheet Cells in a Workbook with Node...

    docs.aspose.com/cells/nodejs-cpp/implement-1904...
  6. Refresh Values of Linked Shapes|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....then you will have to call Worksheet.getShapes().updateSelectedValue()...Aspose.Cells and then call Worksheet.getShapes().updateSelectedValue()...

    docs.aspose.com/cells/python-java/refresh-value...
  7. Apply Advanced Filter of Microsoft Excel to Dis...

    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....apply Advanced Filter on worksheet data to display records that...Advanced Filter using the Worksheet.advancedFilter() method. Like...

    docs.aspose.com/cells/java/apply-advanced-filte...
  8. Currency Format Not Applied to Table Column Whe...

    While working with Aspose Cells for a table, we encountered an issue where applying a currency format to a table column doesn’t reflect correctly when values are populated via the payload. The cells display raw numbers w…...// Assuming 'worksheet' is your target worksheet and 'columnIndex'...column index int rowCount = worksheet.Cells.GetMaxDataRow() + 1;...

    forum.aspose.com/t/currency-format-not-applied-...
  9. How to Export List Data to Excel in C#

    This simple tutorial will teach you on how to export list data to Excel in C#. You will learn how with the help of C# export list to Excel and save it on disk with XLSX format....code uses a Workbook and Worksheet class object to access the...ImportArrayList function of Worksheet.Cells class is used that requires...

    kb.aspose.com/cells/net/how-to-export-list-data...
  10. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles in HTML using Aspose.Cells for JavaScript via C++....Access first worksheet const ws = wb . worksheets . get ( 0 );...Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/prefix-tab...