Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 102,530 for

workbook

(0.11 sec)
  1. Customizing Charts with C++|Documentation

    Learn how to customize charts in Aspose.Cells for 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....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/customizing-charts/
  2. Freeze Top Row(s) of Excel Worksheet with JavaS...

    In this article, you will learn how to freeze top rows of Excel worksheets programmatically using the JavaScript library with the C++ API.... Construct a Workbook to open an existing file or..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/how-to-fre...
  3. 使用 JavaScript 通过 C++ 将单元格范围显示为数据标签|Documentation

    学习如何在图表中使用 Aspose.Cells for JavaScript 通过 C++ 显示单元格范围作为数据标签。我们的指南将演示如何将标签链接到数据源,并进行格式化,以在图表中提供准确且有意义的信息。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Create workbook from the source Excel file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/showing...
  4. 使用JavaScript通过C++调整工作簿压缩级别|Documentation

    学习如何在Aspose.Cells for JavaScript中通过C++调整工作簿的压缩级别。..."text/javascript" > const { Workbook , SaveFormat , XlsbSaveOptions...arrayBuffer (); // Instantiating a Workbook object by opening the selected...

    docs.aspose.com/cells/zh/javascript-cpp/adjust-...
  5. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for JavaScript via C++....of the text and saves the workbook as output Excel file . The..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/specify-th...
  6. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Startup (); // Create a new workbook Workbook excel ; // Get the first...2 , u "&N" ); // Save the workbook excel . Save ( u "SetHeadersAndFooters_out...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  7. Excel to PDF Conversion in PHP|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....through path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/excel-to-pdf-conversi...
  8. How to export excel equations to other types of...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/export-equation/
  9. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles when converting Excel to HTML using Aspose.Cells for Node.js via C++....following sample code creates a workbook and also creates an unused...Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/exclude-unused...
  10. Moving Worksheets|Documentation

    This article introduces how to work with worksheets in GridDesktop....within the workbook. Move Worksheets within a Workbook Aspose.Cells...another location within the workbook. Display and Hide Scroll Bars...

    docs.aspose.com/cells/net/aspose-cells-griddesk...