Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 102,522 for

workbook

(0.15 sec)
  1. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using Node.js via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods to calculate these functions and save the results to disk....sample Excel file and calls the Workbook.calculateFormula() method...xlsx" ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  2. Convert Excel to CSV, TSV and Txt with JavaScri...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for JavaScript via C++.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  3. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Cells提供 Workbook::AddDigitalSignature(DigitalSignatureColl...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook::AddDigitalSignature 在已签名...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  4. Removing Slicer with Node.js via C++|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.... Finally, it saves the workbook as output Excel file . The...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/removing-slicer/
  5. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....Load the workbook with Japanese dates Workbook workbook ( srcDir...options ); // Save the workbook as PDF workbook . Save ( outDir +...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  6. Convert JSON to CSV with Node.js via C++|Docume...

    Learn how to convert JSON data to CSV using Aspose.Cells for Node.js via C++....empty workbook const workbook = new AsposeCells . Workbook ();...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...
  7. 在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 (); //...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/java/create-charts-in-...
  8. 在Excel或OpenOffice中插入超链接|Documentation

    如何在使用C++的JavaScript中,用Aspose.Cells库在Excel文件插入超链接而无需MS Excel。...Cells 提供了一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection..."runExample" > Run Example (Create Workbook & Add Hyperlink) </ button...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  9. 使用 Node.js 通过 C++ 结合 Node.js 与 C++ 实现 Node.js 结...

    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.... join ( dataDir , "workbook-to-tiff-with-mulitiple-pages...Load the workbook const wb = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  10. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....properties while converting a workbook to HTML. The 8.6.0 version...properties. After converting a workbook to HTML, the output file will...

    docs.aspose.com/cells/cpp/disable-exporting-fra...