Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 82,029 for

workbook

(0.04 sec)
  1. 在xlsx4j中将工作簿转换为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....//Instantiate a workbook and open the template XLSX file Workbook book =...= new Workbook ( dataDir + "book1.xls" ); //Save the HTML file...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  2. Read Chart Subtitle from ODS File using Node.js...

    Learn how to use Aspose.Cells for Node.js via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....ods" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-chart-sub...
  3. 如何将 Excel 方程导出为其他类型的表达式|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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/export-equa...
  4. Copy and Move Worksheets Within and Between Wor...

    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....Worksheets Within and Between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/java/copy-and-move-worksh...
  5. How to Convert JSON to CSV in Python

    This brief tutorial provides information on how to Convert JSON to CSV in Python. To write JSON to CSV Python environment configuration and sample code along with the detailed steps are provided....string variable Create an empty Workbook class object where the JSON...worksheet in the newly created workbook Instantiate JsonLayoutOptions...

    kb.aspose.com/cells/python/how-to-convert-json-...
  6. Show and Hide Rows Columns and Scroll Bars|Docu...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the C# language and the .NET API or Library. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-rows-co...
  7. 用 Node.js 通过 C++ 删除工作簿中的未使用样式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作簿中删除未使用的样式。...Cells提供了 Workbook.removeUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.removeUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-unus...
  8. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。...\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...10000 ); int sheetIndex = workbook . GetWorksheets (). Add (...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...
  9. Your First Aspose.Cells Application - Hello Wor...

    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....Create an instance of the Workbook class. Apply the license:...Creating a Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/java/your-first-aspose-ce...
  10. Expanding text from right to left while exporti...

    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....the workbook object const wb = new AsposeCells . Workbook ( filePath...filePath ); // Save workbook in html format wb . save ( path ...

    docs.aspose.com/cells/nodejs-cpp/expanding-text...