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

workbook

(0.11 sec)
  1. Convert Chart to Image for Japanese Region|Docu...

    Learn how to use Aspose.Cells for .NET sets the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more.... Code example: Workbook wb = new Workbook("Japanese.xls");...

    docs.aspose.com/cells/net/convert-chart-to-imag...
  2. How to Convert HTML to JSON using Java

    This brief article explains how to convert HTML to JSON using Java. It explains the environment setup, stepwise procedure, and a sample code to convert HTML to JSON using Java....HTML data to JSON Create a Workbook class object to load the HTML...be created. First of all, a Workbook class object is used to load...

    kb.aspose.com/cells/java/how-to-convert-html-to...
  3. 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 use...Microsoft Excel: Open a new workbook in Microsoft Excel. Add some...

    docs.aspose.com/cells/net/page-setup-and-printi...
  4. How to Convert Excel to PPTX in Python

    This quick article covers the details of how to convert Excel to PPTX in Python. To convert Excel to PPTX in Python environment preparation as well as the code snippet is present for demonstration....source Excel file with the Workbook object for conversion to a...presentation Convert the Excel workbook to a PowerPoint PPTX presentation...

    kb.aspose.com/cells/python/how-to-convert-excel...
  5. 使用 C++ 和 Node.js 查找 XML 映射的根元素名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 查找 Excel 中 XML 映射的根元素名。... Workbook ( filePath ); // Access first...first Xml Map inside the Workbook const xmap = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/find-the-ro...
  6. 用Node.js通过C++区分X轴和类别轴的差异|Documentation

    了解如何区分Aspose.Cells for Node.js via C++中的X轴和类别轴。我们的指南将帮助您理解它们在使用和属性上的差异,以及如何根据需要配置它们。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/x-axis-vs-c...
  7. Load a Web Image from a URL into an Excel Works...

    Learn how to convert an image from URL to Excel embedded image using C++ and Aspose.Cells for C++ API....try { // Create a new workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/cpp/load-a-web-image-from...
  8. Remove duplicate rows in a Worksheet with C++|D...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for C++....class="c1">// Create workbook Workbook book ( u "removeduplicates...

    docs.aspose.com/cells/cpp/remove-duplicate-rows...
  9. 使用 Node.js 及 C++ 加载具有特定系统文化信息的工作簿|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....=> { const workbook = new AsposeCells . Workbook ( inputStream..., options ); const cell = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/load-the-wo...
  10. Managing Page Breaks|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....class Workbook that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/go-cpp/managing-page-breaks/