Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 106,144 for

workbook

(0.38 sec)
  1. How to Manage Dates and Times|Documentation

    Learn how to manage Dates and Times through the Aspose.Cells for Python via .NET API....date system is used in the workbook by default. The 1904 date...date system in the workbook, set the Workbook.settings.date1904...

    docs.aspose.com/cells/python-net/how-to-manage-...
  2. Table Text Becomes Vertically Misaligned After ...

    An issue has been identified during the conversion workflow from Excel to PDF and then to PPTX, wherein the table data appears misaligned in the resulting PowerPoint file. The text inside the table is moved upwards towa…...PowerPointService() def workbook = new Workbook('/Users/nitesh.kc/...kc/Downloads/HP_TEXT_ALIGNMENT_ISSUE.xlsx') workbook.save("/Users/nitesh.kc/Downloads/Lorem...

    forum.aspose.com/t/table-text-becomes-verticall...
  3. Aspose.Cells Object Model|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....of the object model is the Workbook object. A brief description...WorksheetCollection/Worksheet Workbook object contains the WorksheetCollection...

    docs.aspose.com/cells/python-java/aspose-cells-...
  4. How to Insert Picture in Cell|Documentation

    Learn how to insert a picture into a cell with Aspose.Cells.... Instantiate a Workbook object. Get the cell where...property. Finally, save the workbook in the output XLSX format...

    docs.aspose.com/cells/nodejs-cpp/how-to-insert-...
  5. 如何在 Python 中将 Excel 转换为 XPS 文件

    本快速教程介绍了如何在 Python 中将 Excel 转换为 XPS。它包含所有相关细节,包括在 Python 中执行 Excel 到 XPS 转换的算法和示例代码。...via Java 将 Excel 转换为 XPS 使用 Workbook 类加载 Excel 文件 使用 SaveFormat...*XLSX 渲染为 XPS 的基本版本。首先,使用 Workbook 类加载源 Excel 文件。随后,使用 SaveFormat...

    kb.aspose.com/zh/cells/python/how-to-convert-ex...
  6. Extract Text and Images from ODT File Online an...

    Online ODT file parser app. Android API code to extract images and text content from ODT document....Parse XLSB Files (Excel Binary Workbook) Parse XLSM Files (Macro-enabled...Parse XLSX Files (Open XML Workbook)...

    products.aspose.com/total/android-java/parse/odt/
  7. View and Update DOCX Properties Online or Updat...

    View and modify DOCX properties through online app for free. Android API code to update DOCX properties....Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...XLSX Files Metadata (Open XML Workbook)...

    products.aspose.com/total/android-java/metadata...
  8. How to copy pivot table and chart to other work...

    I have a pivot table and chart in sheet2, reference data in sheet1, and I need copy it to sheet3 twice(differen placement). In Excel I can select the pivot table and chart range and paste to other sheet and will copy al…...9 KB) Workbook book = new Workbook(filePath + "Pivot...

    forum.aspose.com/t/how-to-copy-pivot-table-and-...
  9. Java API to Convert MOBI to EXCEL or with free ...

    Convert MOBI to EXCEL via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free MOBI to EXCEL online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...calling the save method of Workbook object. Converting MOBI files...

    products.aspose.com/total/java/conversion/mobi-...
  10. How to mail merge - Free Support Forum - aspose...

    I am attaching four files: a Word document for the mail merge, an Excel data source, a manually generated output file, and an output file generated using Aspose C# code. I want the output like manually generated file Th…...string output = "") { Workbook workbook = new(pathSrcXlFile);...new(pathSrcXlFile); Worksheet worksheet = workbook.Worksheets[0]; DataTable dataTable...

    forum.aspose.com/t/how-to-mail-merge/327798