Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 82,064 for

workbook

(0.05 sec)
  1. 通过C++用Node.js处理主轴与次轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中理解并使用主轴和次轴。我们的指南将帮助您理解主轴和次轴的区别,以及如何有效配置和使用它们。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/primary-and...
  2. Convert Table to ODS with Node.js via C++|Docum...

    Learn how to convert an Excel file with table to ODS format using Aspose.Cells for Node.js via C++....in it const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); // Save the file workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/convert-table-...
  3. Open a spreadsheet document for read-only acces...

    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 workbook = new Workbook ( filepath );...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  4. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...提供了一个类, Workbook ,它代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Worksheets..."book1.xls" ; // Create workbook Workbook excel ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  5. How to Convert Excel To PDF Using Python

    This short tutorial provides description about how to convert Excel to PDF using Python. You will learn creating a Workbook and by using Python Excel to PDF conversion with the help of detailed steps and runnable Python code....code is also provided where a workbook is created and sample data...via Java Create and fill a workbook for testing this conversion...

    kb.aspose.com/cells/python/how-to-convert-excel...
  6. Aspose.Cells 8.6.3的公共API更改|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...., 0 , importOptions ); 添加了Workbook.createBuiltinStyle方法 Aspose...Aspose.Cells for Java 8.6.3已公开了Workbook.createBuiltinStyle方法,可用于创建与Excel应用程序提供的...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. 通过Node.js的C++检查VBA代码是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码项目是否已签名。...xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  8. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for Node.js via C++. Improve the presentation of generated HTML tables....xlsx" ); const workbook = new AsposeCells . Workbook ( sourceFilePath...setExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/nodejs-cpp/set-column-wid...
  9. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....an image or you save your workbook to PDF or HTML formats, you...file containing slicer. Workbook workbook ( u "sampleRenderingSlice...

    docs.aspose.com/cells/cpp/rendering-slicer/
  10. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...file inside the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...