Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 102,532 for

workbook

(0.09 sec)
  1. 通过 C++ 在 Node.js 中更新 Power Query 公式项|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 文件中更新 Power Query 公式项的数据源。..."output" ); const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); const mashupData = workbook . getDataMashup (); const...

    docs.aspose.com/cells/zh/nodejs-cpp/update-powe...
  2. 用JavaScript通过C++将所有工作表列适应在单个PDF页面上|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....> < head > < title > Save Workbook to PDF Example </ title >...head > < body > < h1 > Save Workbook to PDF Example </ h1 > < input...

    docs.aspose.com/cells/zh/javascript-cpp/fit-all...
  3. Page Break Preview in 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/java/page-break-preview-i...
  4. 为渲染自动调整行高(Node.js通过C++)|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel渲染自动调整行高,防止保存的PDF中的文本被剪裁。...xlsx" ); // Init workbook instance. const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Set autofit options for rendering...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  5. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...file containing pivot table Workbook wb ( inputFilePath ); // Access... Get ( idx ); // Save the workbook in output XLSX format wb ...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  6. Reading CSV File with Multiple Encodings with C...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for C++....into Workbook with the specified options Workbook workbook ( filePath...); // Save the workbook in XLSX format workbook . Save ( filePath...

    docs.aspose.com/cells/cpp/reading-csv-file-with...
  7. Convert Excel to PowerPoint|Documentation

    Convert excel file to PPT using Python.... Convert Excel Workbook to PPT No need to wonder how...how to convert an Excel workbook to PowerPoint, because the Aspose...

    docs.aspose.com/cells/python-java/convert-excel...
  8. 使用Node.js通过C++自动调整合并单元格的行高|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自动调整合并单元格的行高。在表格中实现自动调整功能。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the newly added...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  9. Public API Changes in Aspose.Cells 8.9.2|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....Initialize Workbook instance var book = new Workbook (); // Access...Initialize Workbook instance var book = new Workbook (); // Access...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. 如何在没有Excel的情况下用C++检测冻结状态|Documentation

    在本文中,您将学习如何使用C++的Aspose.Cells API以编程方式检测Excel工作表的冻结状态。...Create the workbook from the specified file Workbook workbook ( u "Frozen...worksheet from the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-check-froze...