Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 104,117 for

workbook

(0.34 sec)
  1. 在渲染电子表格为HTML时设置默认字体,使用C++|Documentation

    学习如何使用Aspose.Cells for C++在渲染电子表格为HTML时设置默认字体。...Create workbook object and access first worksheet Workbook wb ;...SetStyle ( st ); // Now save the workbook in html format and set the...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  2. 在Node.js和C++中设置默认字体以渲染电子表格为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....__dirname , "data" ); // Create workbook object and access first worksheet...const wb = new AsposeCells . Workbook (); const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  3. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/extract-te...
  4. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....(); // Create the workbook Workbook workbook ( u "combo.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-combo-chart/
  5. 使用aspose.cells保存工作簿后,图表数据格式被修改 - Free Support F...

    原来显示百分比的数据,被修改为了小数点,这应该是个bug,预期应该不修改已有格式,示例文件见附件。 图表数据格式对比.zip (775.7 KB) public static void outputpdf() { Workbook Workbook = new Workbook("D:\\图表数据格式变化.xlsm"); Workbook.Save("D:\\图…...outputpdf() { Workbook workbook = new Workbook("D:\\图表数据格式变化....xlsm"); workbook.Save("D:\\图表数据格式变化_output.xlsm"); } Professionalize...

    forum.aspose.com/t/aspose-cells/322378
  6. Worksheet Views|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 a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/worksheet-views/
  7. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...excelRow = 10000; Workbook workbook = new Workbook(new ByteArray...Iterator<Worksheet> iterator = workbook.getWorksheets().iterator();...

    forum.aspose.com/t/excel/310744
  8. Extract Theme Data from Excel File|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract theme data from Excel files using the Aspose.Cells library....the theme name applied to a workbook and theme colors applied to...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/net/extract-theme-data-fr...
  9. Different Ways to Open Files|Documentation

    This article explains how to open an Excel file using the Aspose.Cells for .NET API....computer by specifying it in the Workbook class constructor. Simply...Sheets Only While loading a Workbook , you may only need data in...

    docs.aspose.com/cells/net/different-ways-to-ope...
  10. Converting Excel to PDF Files in Python|Documen...

    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.... SaveFormat workbook = self . Workbook ( self . dataDir...the document in PDF format workbook . save ( self . dataDir +...

    docs.aspose.com/cells/java/converting-excel-to-...