Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 102,533 for

workbook

(0.11 sec)
  1. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Create an instance of Workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/
  2. Sort Data in Spreadsheets|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....object in the workbook DataSorter sorter = workbook . getDataSorter...

    docs.aspose.com/cells/java/sort-data-in-spreads...
  3. Pie chart Hover value display - Free Support Fo...

    Hi I have created a pie chart with different formats for values. A- “EUR” is applied in format B -doesn’t have any formats applied C- “$” is applied in format Now, if I hover on C series in pie chart it displays the…...Create a workbook and access the first worksheet Workbook workbook...workbook = new Workbook(); Worksheet sheet = workbook.Worksheets[0];...

    forum.aspose.com/t/pie-chart-hover-value-displa...
  4. Manage Callouts in Presentation Charts Using Ja...

    Create and style callouts in Aspose.Slides for Node.js via Java with concise code examples, compatible with PPT and PPTX to automate presentation workflows.... 500 , 500 , false ); var workBook = chart . getChartData ()...getChartData (). getSeries (). add ( workBook . getCell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/nodejs-java/callout/
  5. 利用OpenXml的Sheet.SheetId属性使用Aspose.Cells for Nod...

    本文演示了如何利用Aspose.Cells for Node.js via C++以编程方式使用OpenXml的Sheet.SheetId属性操作Excel。...你可以在 workbook.xml 中看到此属性及其值,如下图所示。Aspose...const wb = new AsposeCells . Workbook ( filePath ); // Access first...

    docs.aspose.com/cells/zh/nodejs-cpp/utilize-she...
  6. Convert XML to Excel via C# API | products.aspo...

    C# API to Convert XML Files to Excel formats without using Microsoft Excel or Adobe Reader...instance of the Workbook class Import XML into workbook using ImportXml...ImportXml method Save Workbook as Excel file with SaveFormat as parameter...

    products.aspose.com/total/net/conversion/xml-to...
  7. How to create a Progress Bar|Documentation

    Learn how to create a progress bar using Aspose.Cells for .NET.... It creates a new workbook and adds some sample data...data. Finally, it saves the workbook to an .xlsx file. The following...

    docs.aspose.com/cells/net/how-to-create-a-progr...
  8. Adjusting Row Height and Column Width|Documenta...

    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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/go-cpp/adjusting-row-heig...
  9. Different Ways to Open Files|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....computer by specifying it in the Workbook class constructor. Simply...is a fair chance that the Workbook constructor may throw System...

    docs.aspose.com/cells/python-java/different-way...
  10. Modify an Existing Style|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....existing style, save it with the workbook, and use it to format information...formatted, the Normal style (the workbook’s default style) is applied...

    docs.aspose.com/cells/nodejs-cpp/modify-an-exis...