Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 102,530 for

workbook

(0.07 sec)
  1. 使用 C++ 通过 JavaScript 移除工作簿中未使用的样式|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从工作簿中移除未使用的样式。...Cells提供了 Workbook.removeUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.removeUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/javascript-cpp/remove-...
  2. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...Cells 提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...; // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  3. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...Cells 提供了一个类 Workbook ,代表一个Excel文件。 Workbook 类包含一个 Worksheets...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  4. 使用公式函数处理数据|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  5. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel Workbooks using Aspose.Slides for PHP via Java. Load sheets and cells and use values to generate data-driven PowerPoint presentations....in conjunction with Excel workbooks, where Excel serves as an...for reading data from Excel workbooks. This feature opens up powerful...

    docs.aspose.com/slides/php-java/excel-integration/
  6. Implement Subtotal or Grand Total Labels in Oth...

    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 , SaveFormat , Worksheet ...// Open workbook from the selected file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/implement-...
  7. 使用Aspose.Cells for JavaScript通过C++创建共享工作簿|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++创建共享工作簿。...body > < h1 > Create Shared Workbook Example </ h1 > < input type..."createShared" disabled > Create Shared Workbook </ button > < a id = "downloadLink"...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  8. Removing Slicer with JavaScript via C++|Documen...

    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.... Finally, it saves the workbook as output Excel file . The..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/removing-s...
  9. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...Create a workbook object and open the Excel file Workbook workbook...in the workbook WorksheetCollection worksheets = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  10. 如何使用JavaScript通过C++应用/设置文本框的文本对齐方式|Documentation

    如何在Aspose.Cells for Java脚本中通过C++应用/设置文本框的文本对齐方式..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/zh/javascript-cpp/applyin...