Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 82,060 for

workbook

(0.05 sec)
  1. 利用 C++ 和 Node.js 导出与 XML 映射关联的 XML 数据到 Excel 工作...

    学习如何使用 Aspose.Cells for Node.js via C++ 导出工作簿中与 XML 映射关联的 XML 数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook.exportXml() 方法导出工作簿内与XML映...Instantiating a Workbook object. const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/export-xml-...
  2. Loading and Managing Excel, OpenOffice, Json, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, Json, XML, Pdf, Jpg, Tiff, Image, Mht, and XPS files....New Workbook The following example creates a new workbook from...Instantiate a Workbook object that represents Excel file. Workbook wb ;...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  3. 用 C++ 实现非连续范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 创建非邻接单元格的命名范围。...); // Create a new workbook Workbook workbook ; // Adding a Name...sequenced range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/zh/cpp/implementing-non-s...
  4. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using C++....sample excel file and calls the Workbook.CalculateFormula() method...\\ " ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/cpp/calculation-of-excel-...
  5. Public API Changes in Aspose.Cells 8.6.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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API....columns within or between workbooks. When a row (or column) is...excelWorkbook1 = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...
  7. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for Node.js via C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/nodejs-cpp/disable-text-w...
  8. Assign Macro to Form Control with C++|Documenta...

    Learn how to assign a Macro Code to a Form Control like a Button using Aspose.Cells for C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a Macro Code to a Form Button...

    docs.aspose.com/cells/cpp/assign-macro-to-form-...
  9. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Cells 提供了一个类 Workbook ,表示一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  10. Convert-JSON-to-Excel|Documentation

    Learn how to convert json to excel file with Aspose.Cells for Python via Java....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/python-java/convert-json-...