Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 82,065 for

workbook

(0.28 sec)
  1. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Create an instance of Workbook Workbook workbook ( u "treemap.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  2. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Create workbook from sample Excel file Workbook workbook ( srcDir...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  3. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...book Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...
  4. Locking WordArt Watermark with Node.js via C++|...

    Learn how to lock WordArt watermarks in Aspose.Cells for Node.js via C++....new Workbook const workbook = new AsposeCells . Workbook ();...default sheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/locking-wordar...
  5. How to change the Comment Font Color with Node....

    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....new Workbook const workbook = new AsposeCells . Workbook ();...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/how-to-change-...
  6. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...var workbook = new Workbook(input); var table = workbook.Worksheets[0]...SOMETHING table.ShowTotals = true; workbook.Save(output); UPDATE: I noticed...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  7. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-to-image/
  8. Load Source Excel File Without Charts|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....loading the workbook from template file Load Workbook with specified...

    docs.aspose.com/cells/net/load-source-excel-fil...
  9. Disable Compatibility Checker in Excel|Document...

    This article shows how to disable compatibility checker through the Aspose.Cells for .NET API.... When you save a workbook in a previous version, Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/net/disable-compatibility...
  10. Create XLSX Using Python | products.aspose.com

    Generate Microsoft Excel XLSX documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLSX...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlsx/