Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 99,948 for

workbook

(0.28 sec)
  1. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...Workbook; import com.aspose.cells....throws Exception { Workbook wb = new Workbook("d:\\files\\first-cell-with-indent...

    forum.aspose.com/t/indentation-applied-to-first...
  2. java.lang.OutOfMemoryError: Java heap space whe...

    Environment Details: Aspose.Cells Version: 25.2 to 25.6 Jenkins OS: Linux Java Version: OpenJDK 17 Problem Description: I am using Aspose.CELLS to convert cells to HTML and getting OutOfMemory error. Here is the er…...MEMORY_PREFERENCE); Workbook workbook = new Workbook("yourfile.xlsx"...MEMORY_PREFERENCE); Workbook workbook = new Workbook("yourfile.xlsx"...

    forum.aspose.com/t/java-lang-outofmemoryerror-j...
  3. Get Max Column Index in Row and Max Row Index i...

    Learn how to get the max column index in a row and the max row index in a column through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/get-max-in...
  4. How to create Combo chart with Node.js via C++|...

    Learn how to create a combo chart using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....the workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/create-combo-c...
  5. 用 JavaScript 通过 C++ 读写 XLS 和 XLSB 文件的外部连接|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++读取和写入XLS和XLSB文件的外部连接。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Excel Xlsb file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/read-an...
  6. How to create Dynamic Rolling Chart with C++|Do...

    Learn how to create a dynamic rolling chart using Aspose.Cells for C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/create-dynamic-rollin...
  7. Insert a chart|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.... Workbook . Descendants < Sheet >()...Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/insert-a-chart/
  8. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style....02_OutputDirectory \\ " ); // Create a Workbook Workbook wbk ; // Create a Worksheet...SetStyle ( style ); // Save the Workbook wbk . Save ( outDir + u "mergingcells...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  9. 将文本数值数据转换为数字|Documentation

    学习如何通过Aspose.Cells for Java脚本通过C++ API将Excel中存储为文本的数字转换为数字。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiate workbook object with the uploaded Excel...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  10. Support for XAdES Signature|Documentation

    This article describes support for XAdES Signature using C# code with Aspose.Cells for Python via .NET....provides support for signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook ( 101089323.xlsx ). AI Document...

    docs.aspose.com/cells/python-net/support-for-xa...