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

workbook

(0.07 sec)
  1. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...args) { try { Workbook workbook = new Workbook(“columns hidden...outputPath = "output.html"; workbook.save(outputPath, saveOptions);...

    forum.aspose.com/t/row-column-headings-incorrec...
  2. Get Range with External Links using Node.js via...

    Learn how to get ranges with external links using Aspose.Cells for Node.js via C++. Retrieve data from different Excel files efficiently....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...filePath ); const names = workbook . getWorksheets (). getNames...

    docs.aspose.com/cells/nodejs-cpp/get-range-with...
  3. 使用 ImageOrPrintOptions 通过 JavaScript 和 C++ 从工作表...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从Excel工作表中提取图片并保存。..."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...uploaded Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  4. Change Text Direction of the Comment with JavaS...

    Learn how to change the text direction of comments using Aspose.Cells for JavaScript via C++. Customize comment alignment settings effectively...."text/javascript" > const { Workbook , SaveFormat , TextAlignmentType...Instantiate a new Workbook const wb = new Workbook (); // Get the...

    docs.aspose.com/cells/javascript-cpp/change-tex...
  5. Page Setup and Printing Options|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....this example, we created a workbook in Microsoft Excel and used...Microsoft Excel: Open a new workbook in Microsoft Excel. Add some...

    docs.aspose.com/cells/python-net/page-setup-and...
  6. Aspose Blog

    Aspose Blog - Aspose Blog | File Format Processing APIs for C# .NET Core, Java, C++, Python...a Funnel chart in an Excel workbook using C# and Aspose.Cells...appearance, and export the workbook. This article demonstrates...

    blog.aspose.com/aspose.blog/
  7. Working with Colors in Apache POI and Aspose.Ce...

    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 contains a WorksheetCollection...

    docs.aspose.com/cells/java/working-with-colors-...
  8. How to Build Aspose.Cells for Go via C++ from t...

    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...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/go-cpp/how-to-build-aspos...
  9. Remove Duplicate Rows in a Worksheet with JavaS...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for JavaScript via C++ and select specific columns for duplication checks...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create workbook from uploaded file const book = new Workbook ( new...

    docs.aspose.com/cells/javascript-cpp/remove-dup...
  10. Excel Table Missing Column in HTML output - Fre...

    Dear Aspose. As you can see from example. When table in the sheet is printed as a range, then the column Size (Size) is not printed. Attaching image demonstrating the difference in output: Bug-1313955-Missing-Column-…...want to export the entire workbook, not just the active worksheet...ExportToHtml() { Workbook workbook = new Workbook("path/to/your/file...

    forum.aspose.com/t/excel-table-missing-column-i...