Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 100,089 for

workbook

(0.3 sec)
  1. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++.... you can either convert a workbook with an existing pivot table...); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...
  2. Add Filter in Pivot Table|Documentation

    Learn how to add a filter in pivot table with Aspose.Cells for JavaScript via C++.... Finally, it saves the workbook in output XLSX format. After..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/add-filter...
  3. How to Rotate Text of Cell|Documentation

    C# code to rotate text of a cell with Aspose.Cells for .NET API...Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/net/how-to-rotate-text-of...
  4. Count number of cells in the Worksheet with C++...

    In this article, you will learn how to programmatically count the number of cells in the Excel worksheet using the C++ API with Aspose.Cells....Load source Excel file Workbook workbook ( sourceDir + u "BookWithSomeData...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/count-number-of-cells...
  5. Converting Worksheet to SVG in Ruby|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....Code def worksheet_to_svg ( workbook ) # Convert each worksheet...into SVG format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/java/converting-worksheet...
  6. How to Convert Excel Chart to JPG in Java

    This brief tutorial explains how to convert Excel chart to JPG in Java. You can follow this article to perform same task in any of the operating system Windows, macOS and Linux....project Add references to Workbook and Chart classes using the...source Excel file into the Workbook object having a chart Get...

    kb.aspose.com/cells/java/how-to-convert-excel-c...
  7. Creating Pie Chart with Leader Lines using Node...

    Learn how to use Aspose.Cells for Node.js via C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....we will first create a new Workbook and input some data that will..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/creating-pie-c...
  8. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook Workbook = new Workbook(new FileInputStream("C:\\lines.xlsx")); Chart char…... Workbook workbook = new Workbook(new FileInputStream("C:\\lines...es.xlsx")); Chart chart = workbook.getWorksheets().get(0).getCharts()...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  9. Public API Changes in Aspose.Cells 8.7.1|Docume...

    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....//Create workbook object Workbook workbook = new Workbook (); //Access...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Customizing Charts with Node.js via C++|Documen...

    Learn how to customize charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, add and format data series, adjust axes, and apply various formatting options to enhance the appearance and usability of your charts....__dirname , "data" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); // Adding...

    docs.aspose.com/cells/nodejs-cpp/customizing-ch...