Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 104,120 for

workbook

(0.86 sec)
  1. HTML to Excel Worksheets - Free Support Forum -...

    Hello, I am having trouble exporting HTML to a Multisheet XLSX report. There is not a lot of documentation on doing this conversion. I am curious, when the HTML string is parsed, how does it know what are separate worksh…... Workbook workbook = new Workbook(mainStream, loadOptions);...at(isMhtml)); Workbook workbook = new Workbook(inputStream, loadOptions);...

    forum.aspose.com/t/html-to-excel-worksheets/252535
  2. 获取应用于单元格的验证|Documentation

    本文介绍了如何通过C++中的JavaScript对单元格应用验证。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...the workbook from the selected Excel file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/get-val...
  3. 通过Node.js的C++检查工作簿中的VBA项目是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查工作簿中的VBA项目是否已签名。...Cells的 Workbook.getVbaProject() 属性以编程方式来检查。...js中检查工作簿中的VBA项目是否已签名 以下代码加载工作簿,并使用 Workbook.getVbaProject() 属性检测其VBA项目是否已签名。若已签名,返回...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  4. 使用JavaScript通过C++提取Gear类型SmartArt形状中的文本|Documen...

    学习如何使用Aspose.Cells for Java脚本通过C++从Gear类型SmartArt形状中提取文本..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  5. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。...(); // Create the workbook Workbook workbook ( u "combo.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/
  6. Check if VBA Code is Signed with Node.js via C+...

    Learn how to check if the VBA code project is signed using Aspose.Cells for Node.js via C++....xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/check-if-vba-c...
  7. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-border-settings/
  8. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the new option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...CSS Properties when saving Workbooks as HTML Aspose.Cells Product...CultureInfo of the thread/workbook is set according to the documents...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  9. 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...
  10. 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....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using Python:...

    docs.aspose.com/cells/python-net/convert-excel-...