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

workbook

(0.18 sec)
  1. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for .NET for PPT and PPTX, with practical C# code examples....); } FAQ Do external Excel workbooks work as a data source, and...can reference an external workbook: when you connect or refresh...

    docs.aspose.com/slides/net/chart-calculations/
  2. Create Charts using Apache POI and Aspose.Cells...

    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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/create-charts-using-...
  3. Reading CSV File with Multiple Encodings using ...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , TxtLoadOptions...CSV into a Workbook using the options const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/reading-cs...
  4. 使用C++创建带引导线的饼图|Documentation

    学习如何用Aspose.Cells for C++ API在Microsoft Excel中创建带引导线的饼图。我们的指南演示如何添加连接数据点和图例的引导线,提升图表的清晰度。...instance of Workbook in XLSX format Workbook workbook ( FileFormatType...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/creating-pie-chart...
  5. Save Each Worksheet to a Different PDF File wit...

    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...."text/javascript" > const { Workbook , PdfSaveOptions , SheetSet...arrayBuffer (); // Instantiate a new workbook and open the Excel file from...

    docs.aspose.com/cells/javascript-cpp/save-each-...
  6. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for JavaScript via C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/resize-cha...
  7. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of an Excel worksheet's Page Setup using Aspose.Cells for JavaScript via C++. Set headers and footers for the first, odd, and even pages...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/setting-di...
  8. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API.... Finally, it saves the workbook as the output Excel file ..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/access-and...
  9. Public API Changes in Aspose.Cells 9.0.0|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....instance of Workbook Workbook book = new Workbook (); //Get the...default Worksheet from the Workbook Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Freeze panes of Excel Worksheet with JavaScript...

    In this article, you will learn how to freeze panes of Excel worksheets programmatically using Aspose.Cells for JavaScript via C++.... Construct a Workbook to open the file or create..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-fre...