Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 102,709 for

workbook

(0.14 sec)
  1. 创建新工作表|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 (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/zh/net/create-new-worksheet/
  2. 在设置Style.Custom属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库,支持在样式设置中检查自定义数字格式。本文将向你展示如何使用Aspose.Cells库检查自定义数字格式以确保样式正确。...Cells检查所分配的自定义数字格式是否有效,请将 Workbook.settings.checkCustomNumberFor...custom 属性分配了无效的自定义数字格式。由于我们已将 Workbook.settings.checkCustomNumberFor...

    docs.aspose.com/cells/zh/javascript-cpp/check-c...
  3. Copy Worksheet|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....//Create a new Workbook from an Excel file path Workbook wb = new Workbook...Workbook ( "../../data/workbook.xlsx" ); //Create a Worksheets...

    docs.aspose.com/cells/net/copy-worksheet/
  4. 设置打印区域|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 (); //...the first worksheet in the Workbook file WorksheetCollection worksheets...

    docs.aspose.com/cells/zh/java/set-print-area/
  5. 数据筛选|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++ API添加数据筛选器。...Cells提供了一个表示Excel文件的类WorkbookWorkbook类包含一个Worksheets集合,允许访问Excel文件中的每个工作表。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/data-fi...
  6. Export Print Area Range to HTML with C++|Docume...

    Learn how to export the print area range to HTML using Aspise.Cells for C++....following sample code loads a workbook and then exports the print...html" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/export-print-area-ran...
  7. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...Create a workbook from source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  8. Saving Files 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....calling the save method of the Workbook object. Ruby Code data_dir...default (Excel2003) format workbook . save ( data_dir + "Book1...

    docs.aspose.com/cells/java/saving-files-in-ruby/
  9. 在Php中管理分页符|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.... PHP 代码 $worksheets = $workbook -> getWorksheets (); $worksheet...(that is Excel 2003) format $workbook -> save ( $dataDir . "Add...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  10. How to Use Color Palette|Documentation

    JavaScript code to add custom colors to the palette and use Excel color palette with Aspose.Cells for JavaScript via C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class provides a changePalette(Color...

    docs.aspose.com/cells/javascript-cpp/excel-colo...