Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 27,079 for

excel worksheet

(0.19 sec)
  1. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for .NET. Our guide will explain the different types of data values and show you how to access and work with them in your charts....sample code loads the sample Excel file and accesses the first...first chart in the first worksheet. It then calls the Chart.Calculate()...

    docs.aspose.com/cells/net/find-type-of-x-and-y-...
  2. Different Ways to Save Files with JavaScript vi...

    Aspose.Cells for JavaScript via C++ can save files to different formats including PDF, HTML, DOCX, PPTX, JSON, and MHTML....which represents a Microsoft Excel file and provides the properties...methods necessary to work with Excel files. The Workbook class provides...

    docs.aspose.com/cells/javascript-cpp/different-...
  3. 向图表添加Word Art水印|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.... //Open the existing excel file. Workbook workbook = new...//Get the chart in the first worksheet. com . aspose . cells . Chart...

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  4. 在 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....Cells collection in the first worksheet Cells cells = workbook . getWorksheets...new int [] { 1 }); //Save the excel file workbook . save ( dataDir...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  5. Regarding Hidden data - Free Support Forum - as...

    Hi Team, I am using aspose cells for grid js. I have a Xlsx file and it contains the hidden rows and columns, can we show it ? How can we show the hidden data....// Access the first worksheet var worksheet = workbook.getWorksheets()...<= worksheet.getCells().getMaxRow(); i++) { if (worksheet.getCells()...

    forum.aspose.com/t/regarding-hidden-data/318936
  6. Add WordArt Watermark to Chart with Node.js via...

    Learn how to use Aspose.Cells for Node.js via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....xlsx" ); // Open the existing Excel file. const workbook = new AsposeCells...Get the chart in the first worksheet. const chart = workbook ....

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  7. Manipulate Pivot Table|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....sample code loads the sample excel file and accesses the existing...pivot table inside its first worksheet. It changes the value of cell...

    docs.aspose.com/cells/gocpp/manipulate-pivot-ta...
  8. Manipulate Pivot Table|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....sample code loads the sample excel file and accesses the existing...pivot table inside its first worksheet. It changes the value of cell...

    docs.aspose.com/cells/cpp/manipulate-pivot-table/
  9. Get Pivot Table Refresh Date and Refresh‑by‑Who...

    How to get Pivot Table refresh date and refresh‑by‑who information with Aspose.Cells for JavaScript via C++....style="color: red;">Please select an Excel file.</p>' ; return ; } const...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); const...

    docs.aspose.com/cells/javascript-cpp/get-pivot-...
  10. Precedents and Dependents with JavaScript via C...

    Learn to trace precedent and dependent cells in spreadsheets using Aspose.Cells for JavaScript via C++. Understand how to identify linked cells in complex financial Worksheets....Hide ] Complex financial worksheets, especially ones developed...Dependent Cells: Microsoft Excel Formulas may change based on...

    docs.aspose.com/cells/javascript-cpp/precedents...