Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 102,528 for

workbook

(0.07 sec)
  1. 支持在加载 HTML 到 Excel 工作簿时布置 DIV 标签的布局,使用 JavaScri...

    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...."text/javascript" > const { Workbook , SaveFormat , HtmlLoadOptions...supportDivTag = true ; // Create workbook object from the html using...

    docs.aspose.com/cells/zh/javascript-cpp/support...
  2. Working with ContentTypeProperties|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 provides Workbook.ContentTypePropertie.Add method...Assistant Close Replace text in a workbook using Regular Expression Release...

    docs.aspose.com/cells/net/working-with-contentt...
  3. Extract Theme Data from Excel File|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....theme name applied to the workbook and the theme color applied...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/java/extract-theme-data-f...
  4. Export Excel to HTML with GridLines|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....following sample code creates a workbook, fills its worksheet with...Excel to HTML Export Document, Workbook, and Worksheet Properties...

    docs.aspose.com/cells/python-net/export-excel-t...
  5. Public API Changes in Aspose.Cells 16.12.0|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....initializing an instance of Workbook from a template file. Here...book = new Aspose . Cells . Workbook ( dir + "sample.xlsx" , options...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. 通过C++用Node.js处理主轴与次轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中理解并使用主轴和次轴。我们的指南将帮助您理解主轴和次轴的区别,以及如何有效配置和使用它们。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/primary-and...
  7. Finding Absolute Position of Shape inside the W...

    Determine the absolute position of a shape in a worksheet using Aspose.Cells with C++....file into the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/finding-absolute-posi...
  8. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...2 ); // Save the PDF file workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  9. Export PivotTable as image: source language not...

    Hello, I am using Aspose.Cells to export a pivot table to a PNG image. This works well, but some labels added automatically by Excel are not exported in the same language to the image. Here is my Excel source pivot ta…...is my code : Workbook asposeWorkbook = new Workbook(workbookPath);...CalculateFormula(); var asposeSheet = workbook.Worksheets[0]; foreach (var...

    forum.aspose.com/t/export-pivottable-as-image-s...
  10. Working with ContentTypeProperties with Golang ...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with Golang via C++....Cells provides Workbook.ContentTypePropertie.Add method...Sample Code Replace text in a workbook using a regular expression...

    docs.aspose.com/cells/go-cpp/working-with-conte...