Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 82,029 for

workbook

(0.07 sec)
  1. Public API Changes in Aspose.Cells 8.0.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....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook object. In order to change...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 在将电子表格转换为HTML时为WordArt渲染渐变填充|Documentation

    学习如何在转换电子表格为HTML时为WordArt渲染渐变填充,使用Aspose.Cells for Node.js via C++。...fill const workbook = new AsposeCells . Workbook ( filePath );...); // Save workbook to html format workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/render-grad...
  3. 通过 C++ 使用 Node.js 删除范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 删除 Excel 中的范围并向左或向上移动单元格。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-rang...
  4. 创建、访问和复制命名范围(C++)|Documentation

    学习如何使用 Aspose.Cells 在 Excel 文件中创建、访问和复制命名范围(C++)。...Microsoft Excel 文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合,可访问...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  5. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for Node.js via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-shape-...
  6. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.Cells with C++....Cells-for-C // Load sample workbook U16String sourceDir ( u "...02_OutputDirectory \\ " ); Workbook wb ( sourceDir + u "sampleDisableDownlev...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...
  7. 用C++检查VBA代码是否签名|Documentation

    学习如何用Aspose.Cells在C++中检查Excel文件中的VBA代码是否已签名。...xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...Code Project Signed: " << workbook . GetVbaProject (). IsSigned...

    docs.aspose.com/cells/zh/cpp/check-if-vba-code-...
  8. Working Solution for Chart Resizing in PPTX|Asp...

    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....changes in the actual Excel Workbook and then return to the concerned...outside the activated Excel Workbook. The size of the OLE Object...

    docs.aspose.com/slides/java/working-solution-fo...
  9. 在Ruby中显示或隐藏标签页|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/display-or-hide-t...
  10. Get Cell String Value with and without Formatti...

    Learn how to Get Cell String Value with and without Formatting through the Aspose.Cells for C++ API....Startup (); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-cell-string-value...