Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 82,029 for

workbook

(0.05 sec)
  1. Inserting and Removing Cell Comments in a Works...

    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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the excel file. Workbook workbook = new...

    docs.aspose.com/cells/net/inserting-and-removin...
  2. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting an Excel file to HTML using Aspose.Cells for Node.js via C++....Create workbook object const wb = new AsposeCells . Workbook ();...setExportWorksheetCS ( true ); // Save the workbook in html wb . save ( "outputExportWorkshee...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  3. Threaded Comments with Node.js via C++|Document...

    Manage threaded comments in Excel documents using Aspose.Cells for Node.js via C++. Learn to add, read, edit, and remove threaded comments...."output" ); const workbook = new AsposeCells . Workbook (); // Add Author...Author const authorIndex = workbook . getWorksheets (). getThreadedCommentAu...

    docs.aspose.com/cells/nodejs-cpp/threaded-comme...
  4. Web扩展 使用Node.js通过C++开发Office加载项|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...."output" ); const workbook = new AsposeCells . Workbook (); const extensions...extensions = workbook . getWorksheets (). getWebExtensions ();...

    docs.aspose.com/cells/zh/nodejs-cpp/web-extensi...
  5. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。...); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  6. 在VSTO和Aspose.Cells中保护和取消保护工作簿|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.... Workbooks . Open ( myPath , Missing...Missing . Value ); //Protect the workbook specifying a password with...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  7. Convert-JSON-to-Excel|Documentation

    Learn how to convert json to excel file with Aspose.Cells for Python via .NET API....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/python-net/convert-json-t...
  8. Managing Document Properties in Jython|Document...

    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 class ManagingDocumentProp...ManagingDocumentProp / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/managing-document-pr...
  9. 计算小计|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 ( "../...first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  10. 使用Aspose.Cells计算小计|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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...