Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 103,883 for

workbook

(0.21 sec)
  1. 在Jython中将文件转换为XPS|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 import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/converting-to-xps...
  2. 用JavaScript通过C++为PDF添加水印|Documentation

    学习如何在将Excel转换为PDF时,使用Aspose.Cells for Java脚本通过C++添加文本和图像水印。...Example </ h1 > < p > Select a workbook file (optional). The example...example will also create a new workbook with 3 pages and apply a text...

    docs.aspose.com/cells/zh/javascript-cpp/add-wat...
  3. Create Charts in 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/java/create-charts-in-xls...
  4. Save Each Worksheet to a Different PDF File wit...

    Learn how to save each worksheet in an Excel file to a separate PDF file using Aspose.Cells for C++....xlsx" ; // Instantiate a new workbook and open the Excel file from...from its location Workbook workbook ( filePath ); // Get the count...

    docs.aspose.com/cells/cpp/save-each-worksheet-t...
  5. 使用JavaScript通过C++进行JSON|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel工作簿转换为JSON。...Json 作为 Workbook.save(string, SaveFormat) 方法的第二个参数传递。你还可以使用...Aspose.Cells Example - Convert Workbook to JSON </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  6. 支持使用 C++ 及 JavaScript 的 XAdES 签名|Documentation

    本文介绍如何用 C++ 及 JavaScript 及 Aspose.Cells 支持 XAdES 签名..."Run Example" to sign the workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat , DigitalSignature...

    docs.aspose.com/cells/zh/javascript-cpp/support...
  7. Merge or Unmerge Range of Cells with JavaScript...

    Merge and Unmerge Cells in a Range in Excel with JavaScript via C++ code...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Creating a workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/merge-or-u...
  8. Hiding the Display of Zero Values in the Worksh...

    This article shows sample code that explains how to programmatically hide zero values in an Excel spreadsheet using the JavaScript library via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/hiding-the...
  9. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using JavaScript with Aspose.Cells for JavaScript via C++....JavaScript via C++ provides the Workbook.addDigitalSignature(digitalSignatureColl)...demonstrates how to make use of the Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/javascript-cpp/add-digita...
  10. Getting started|Documentation

    setup Aspose.Cells for Node.js via Java and installation guidelines....cells" ); var workbook = new aspose . cells . Workbook ( aspose ... FileFormatType . XLSX ); workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-java/getting-started/