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

workbook

(0.08 sec)
  1. 使用Node.js通过C++添加数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加数据透视连接。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pivot-c...
  2. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  3. 用 Node.js 通过 C++ 将工作表渲染为图形上下文|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将工作表渲染为图形上下文,包括渲染到图像文件、屏幕和打印机。...Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/render-work...
  4. Worksheet Views|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....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/worksheet-views/
  5. How to Convert Excel to XPS in Java

    This tutorial explains how to convert Excel to XPS in Java. XPS is a very common file format that can be generated from Excel in any operating system like Windows, macOS and Linux....the target Excel file to a Workbook class object and then save...project Add a reference to Workbook and SaveFormat class using...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  6. 在xlsx4j中跟踪先例和后继者|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 Workbook workbook = new Workbook ( dataDir...dataDir + "workbook.xls" ); Cells cells = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/tracing-precedent...
  7. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non-primitive shapes using Aspose.Cells with C++...." ); // Load the workbook Workbook workbook ( srcDir + u "NonPrimitiveShape...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  8. Convert CSV to JSON with C++|Documentation

    Convert CSV file to JSON by using the simple to use Aspose.Cells for C++ API....Csv ); // Load CSV file Workbook workbook ( srcDir + u "SampleCsv...worksheet Cell lastCell = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/convert-csv-to-json/
  9. 在渲染电子表格为HTML时设置默认字体,使用C++|Documentation

    学习如何使用Aspose.Cells for C++在渲染电子表格为HTML时设置默认字体。...Create workbook object and access first worksheet Workbook wb ;...SetStyle ( st ); // Now save the workbook in html format and set the...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  10. 在Node.js和C++中设置默认字体以渲染电子表格为HTML|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....__dirname , "data" ); // Create workbook object and access first worksheet...const wb = new AsposeCells . Workbook (); const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...