Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 102,518 for

workbook

(0.2 sec)
  1. 在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....//Instantiating a Workbook object by excel file path $workbook = new Workbook...the tabs of the Excel file $workbook -> getSettings () -> setShowTabs...

    docs.aspose.com/cells/zh/java/display-or-hide-t...
  2. Display or Hide Scroll Bars in 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....the Excel file path $workbook = new Workbook ( $dataDir . "book1...scroll bar of the Excel file $workbook -> getSettings () -> setVScrollBarVisible...

    docs.aspose.com/cells/java/display-or-hide-scro...
  3. 使用 C++ 通过 Node.js 打开不同版本的 Microsoft Excel 文件|Do...

    本文介绍了如何使用 Aspose.Cells for Node.js via C++ 打开不同版本的 Excel 文件。...请使用构造函数,或指定 Workbook 类的 getFileFormat() 类型属性,利用...LoadFormat . Auto ); // Create a Workbook object and opening the file...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-dif...
  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. Manage Document Properties with JavaScript via ...

    Learn how to manage document properties through the Aspose.Cells for JavaScript via C++ APIs....Cells' Workbook class represents an Excel...and, like an Excel file, the Workbook class can contain multiple...

    docs.aspose.com/cells/javascript-cpp/managing-d...
  6. 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/
  7. 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...
  8. 在保存为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...
  9. 用JavaScript用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|D...

    本文介绍如何通过用JavaScript用C++利用Aspose.Cells库实现自定义计算引擎,扩展JavaScript中的默认计算引擎。加载现有Excel文件或创建新文件,使用提供的方法,保存修改后的Excel文件。..."text/javascript" > const { Workbook , SaveFormat , CalculationOptions...instance of Workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  10. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。...; // Load source workbook Workbook workbook ( inputFilePath );...ExternalConnectionCo connections = workbook . GetDataConnections (); DBConnection...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...