Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 104,099 for

workbook

(0.17 sec)
  1. 在 Jython 中将工作表转换为 SVG|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-worksh...
  2. 数据排序与C++|Documentation

    学习如何使用Aspose.Cells for C++ API进行数据排序。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...); // Get the workbook datasorter object DataSorter sorter =...

    docs.aspose.com/cells/zh/cpp/sort-data-of-excel/
  3. How to Add Digital Signature in Excel using C#

    This tutorial provides you information how to add digital signature in Excel using C#. You will get the configuration resources, stepwise approach to create and insert electronic signature in excel using C# and a complete runnable sample code to demonstrate this feature....Load an existing workbook or create a new workbook with sample data...data in it using the Workbook object Instantiate a collection...

    kb.aspose.com/cells/net/how-to-add-digital-sign...
  4. Aspose.Cells 8.8.0中的公共API更改|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 workbook from stream with Html load options Workbook workbook...workbook = new Workbook ( stream , loadOptions ); //Access first...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Split Panes in Apache POI and Aspose.Cells|Docu...

    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 provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class provides a wide range of properties...

    docs.aspose.com/cells/java/split-panes-in-apach...
  6. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....Instantiate a Workbook object and open the Excel file Workbook workbook...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  7. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...Cells提供一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  8. 使用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...
  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. Using WorkbookMetadata with C++|Documentation

    Learn how to use WorkbookMetadata to edit custom document properties of a Workbook in C++ with Aspose.Cells....a lightweight version of a workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/cpp/using-workbookmetadata/