Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 102,530 for

workbook

(0.08 sec)
  1. 用 C++ 处理数据透视表和源数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 动态更改数据透视表的源数据。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/pivot-table-and-so...
  2. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for JavaScript via C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. This guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/find-if-da...
  3. 在使用C++中的JavaScript进行Excel转HTML时,排除未使用的样式|Docume...

    学习如何在使用Aspose.Cells for JavaScript via C++将Excel转换为HTML时排除未使用的样式。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...return ; } // Instantiate workbook from selected file or create...

    docs.aspose.com/cells/zh/javascript-cpp/exclude...
  4. Convert Excel to Python Data|Documentation

    Convert Excel to List by using Aspose.Cells for Python via .NET API....NET API, you can convert Workbook, Worksheet, Range, Row, Column...lists. How to Convert Excel Workbook to Dictionary Here’s an example...

    docs.aspose.com/cells/python-net/convert-excel-...
  5. 使用JavaScript通过C++获取具有外部链接的范围|Documentation

    学习如何用Aspose.Cells for JavaScript通过C++获取具有外部链接的范围,方便高效地从不同Excel文件提取数据。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/get-ran...
  6. Export Worksheet CSS Separately in Output HTML|...

    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....Export single‑sheet workbook to HTML When a workbook with multiple...behavior is required for a workbook with a single worksheet when...

    docs.aspose.com/cells/python-net/export-workshe...
  7. 合并相邻单元格|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.... Workbook . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/zh/net/merge-two-adjacent...
  8. 如何使用Node.js通过C++将HTML转换为PDF|Documentation

    本主题向你展示如何使用Aspose.Cells for Node.js via C++将HTML转换为PDF和MHTML转换为PDF。... 初始化 Workbook 对象。 通过调用Workbook.save()方法保存输出PDF文档。..."sample.html" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-htm...
  9. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API.... On the View tab, in the Workbook Views group, click Page Layout...footers from a workbook. Construct a Workbook to open the file...

    docs.aspose.com/cells/python-net/get-headers-or...
  10. 档案

    档案...Load Excel file Workbook book = new Workbook("Excel_Sheet.xlsx");...Excel file Workbook workbook = new Workbook("workbook.xlsx"); //...

    blog.aspose.com/zh/cells/convert-excel-to-png/