Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 82,070 for

workbook

(0.04 sec)
  1. Merge XLT Files Online or using Android Mobile ...

    Free online app to combine different XLT files. Android merging library Java code to merge XLT worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/merge/xlt/
  2. Merge TSV Files Online or using Android Mobile ...

    Free online app to combine different TSV files. Android merging library Java code to merge TSV worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/merge/tsv/
  3. Converting Worksheet to Image and Worksheet to ...

    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 supports converting a workbook to multiple image files, one...worksheet from a template workbook that has several pages to...

    docs.aspose.com/cells/java/converting-worksheet...
  4. Supported File Formats|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....0 - 2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLT Excel...

    docs.aspose.com/cells/net/supported-file-formats/
  5. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  6. 使用Node.js通过C++将单元格添加到Microsoft Excel公式监视窗口的方法|D...

    如何使用 Aspose.Cells 库通过 Node.js 和 C++ 向 Excel 的公式监视窗口添加单元格。通过加载已有的 Excel 文件或创建新文件,我们可以对其中的单元格进行操作并设置公式。最后,将修改后的 Excel 文件保存到磁盘。...empty workbook. const wb = new AsposeCells . Workbook (); //...e1 . getColumn ()); // Save workbook to output XLSX format. wb...

    docs.aspose.com/cells/zh/nodejs-cpp/add-cells-t...
  7. Incorrect formula processing - TOCOL and nested...

    Hi We are evaluating upgrading to the latest version of Aspose Cells to take advantage of the support for newer Excel functions. We have found an issue where the formula =TOCOL(SIMPLE_TABLE *(100-MULTIPLIERS),TRUE) retur…...Create a workbook and access the first worksheet Workbook workbook...workbook = new Workbook(); Worksheet worksheet = workbook.Worksheets[0];...

    forum.aspose.com/t/incorrect-formula-processing...
  8. Show and Hide Gridlines and Row Column Headers|...

    This article provides sample code for using the C# API or .NET Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-gridlin...
  9. Prevent Exporting Hidden Worksheet Contents on ...

    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....save Excel workbooks to HTML. However, if the workbook contains...additional settings for exporting workbook to HTML. The following articles...

    docs.aspose.com/cells/java/prevent-exporting-hi...
  10. How to Add Comments in Excel using Python

    This short tutorial describes how to add comments in Excel using Python. It contains complete details for environment configuration and a runnable code to add note in Excel using Python....the source Excel file in a Workbook class object where comments...target worksheet in the loaded workbook Get the comments collection...

    kb.aspose.com/cells/python/how-to-add-comments-...