Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 99,948 for

workbook

(0.13 sec)
  1. Disable Exporting Frame Scripts and Document Pr...

    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....properties while converting a workbook into HTML. The 8.6.0 version...properties. Once you convert a workbook into HTML, the output file...

    docs.aspose.com/cells/python-net/disable-export...
  2. 使用C++应用Subtotal和更改详细下方轮廓总结行方向|Documentation

    了解如何使用Aspose.Cells for C++ API对数据应用Subtotal并更改详细下方轮廓总结行的方向。...Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/applying-subtotal-...
  3. Converting to MHTML Files 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....M_HTML ); //Instantiate a workbook and open the template XLSX...XLSX file $wb = new Workbook ( $filePath ); //Save the MHT file...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  4. 在Ruby中将Excel文件转换为HTML|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....代码 def worksheet_to_html ( workbook ) save_format = Rjb :: import...M_HTML ) # Save the document workbook . save ( @data_dir + "output...

    docs.aspose.com/cells/zh/java/converting-excel-...
  5. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for .NET API....the first worksheet of the workbook (as shown in the figure below)...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/net/creating-subtotals/
  6. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  7. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of a row, column, or cell. Convert the name of the cell to row and column indices (zero‑based) using Aspose.Cells with C++....example shows how to: Create a workbook and add some data. Find a...Instantiating a Workbook object Workbook workbook ; // Obtaining...

    docs.aspose.com/cells/cpp/get-cells-index/
  8. Exporting an excel file as to PDF file - Free S...

    We are facing an export an excel file content to the PDF file, which is taking longer period in processing. what are the constraint need to considered for downloading a file of PDF from an excel file...time when saving an XLSX/XLS workbook as a PDF file. Common factors...it matters How to mitigate Workbook size – number of worksheets...

    forum.aspose.com/t/exporting-an-excel-file-as-t...
  9. Update TSV File using Java | products.aspose.com

    Modify TSV document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....TSV File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/tsv/
  10. Update XLSX File using Java | products.aspose.com

    Modify XLSX document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLSX File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xlsx/