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

workbook

(0.37 sec)
  1. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...template file Workbook workbook = new Workbook("template.xlsx");...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  2. 在 Android 上自动化 PowerPoint 生成:轻松创建动态演示文稿|Aspose....

    使用 Aspose.Slides for Android 在云平台上自动化幻灯片创建——快速且可靠地生成、编辑和转换 PowerPoint 与 OpenDocument 文件。...false ); IChartDataWorkbook workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/zh/androidjava/automatin...
  3. Manage Worksheets of Microsoft Excel files.|Doc...

    Add worksheet, remove worksheet and active Sheet using Aspose.Cells....class, Workbook that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the Add method...

    docs.aspose.com/cells/net/manage-worksheets/
  4. 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...
  5. 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...
  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. 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...
  8. Update XLSX File using Python | products.aspose...

    Modify XLSX document in Python applications without using Microsoft Excel....File in Python Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xlsx/
  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. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an older sheet format. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....containing Dialog Sheet Workbook workbook ( u "sampleFindIfWorkshee...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...