Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 102,525 for

workbook

(0.61 sec)
  1. Working with Worksheets using Aspose.Cells|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....Cells Convert Workbook to HTML using Aspose.Cells...Scrollbars of Workbooks Display and Hide Workbook Tabs using Aspose...

    docs.aspose.com/cells/java/working-with-workshe...
  2. 用 JavaScript 通过 C++ 管理 Excel 图表的标题|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 添加和格式化 Microsoft Excel 中的图表和轴标题。我们的指南将演示如何设置不同类型的标题,调整其外观,以及修改轴标题以获得更佳的数据表现和清晰度。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a Workbook object const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/zh/javascript-cpp/chart-a...
  3. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...errors appear immediately when workbook.save() is executed. The resulting...Source) at com.aspose.cells.Workbook.a(Unknown Source) at com.aspose...

    forum.aspose.com/t/getting-nullpointerexception...
  4. Freeze Top Row(s) of Excel Worksheet with Node....

    In this article, you will learn how to freeze top rows of Excel worksheets programmatically using Node.js Library with C++ API.... Construct a Workbook to open the file or create...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/how-to-freeze-...
  5. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for Node.js via C++....template workbook in Microsoft Excel I created a new workbook in MS...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...
  6. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....sample code creates an empty workbook and then saves it as PDF after...empty workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  7. java.lang.ClassNotFoundException: Didn't find c...

    sourceCompatibility JavaVersion.VERSION_1_8 minSdk 24 targetSdk 33 Workbook Workbook = new Workbook(fileName);...24 targetSdk 33 Workbook workbook = new Workbook(fileName); amjad...exception or error. Workbook workbook = new Workbook("d:\\files\\templt_appendix2...

    forum.aspose.com/t/java-lang-classnotfoundexcep...
  8. Find Maximum Rows and Columns supported by XLS ...

    Learn how to find the maximum rows and columns supported by XLS and XLSX formats using Aspose.Cells for C++....following sample code creates a workbook first in XLS format and then...endl ; // Create workbook in XLS format. Workbook wb ( FileFormatType...

    docs.aspose.com/cells/cpp/find-maximum-rows-and...
  9. Consolidation Function with C++|Documentation

    Learn how to apply a ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....Create workbook from source Excel file Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/consolidation-function/
  10. Chart to Image with JavaScript via C++|Document...

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation...."text/javascript" > const { Workbook , SaveFormat , ChartType ...require an input file; an empty workbook is created as in the original...

    docs.aspose.com/cells/javascript-cpp/chart-to-i...