Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 103,452 for

workbook

(0.17 sec)
  1. 设置共享公式(用 C++)|Documentation

    学习如何在 Excel 工作表中用 Aspose.Cells 设置共享公式,使用 C++。...Instantiate a Workbook from existing file Workbook workbook ( inputFilePath...first worksheet Cells cells = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/setting-shared-for...
  2. Export CSV to DOCX in Android or with free Onli...

    Android API to Convert CSV to DOCX without using Microsoft Word or online. Test free CSV to DOCX online converter quickly before integrating the code....to DOCX Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  3. Export CSV to POTM in Android or with free Onli...

    Android API to Convert CSV to POTM without using Microsoft Word or online. Test free CSV to POTM online converter quickly before integrating the code....to POTM Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  4. 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...
  5. 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/
  6. 使用ImageOrPrint选项和C++将工作表转换为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表转换为图像文件,并应用不同的图像和打印选项。...02_OutputDirectory \\ " ); Workbook book ( srcDir + u "sampleWorksheetToAnI..."sampleSpecificPagesT.xlsx" ; Workbook workbook ( inputPath ); WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/converting-workshe...
  7. 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...
  8. 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...
  9. Apply Excel Color Themes in Java

    Follow this guide for applying Excel color themes in Java. Get the IDE settings, steps, and a sample code to set colors using Microsoft Excel themes in Java....style for the cell Save the workbook The above-mentioned steps...process for using the Excel workbook theme in Java . Commence the...

    kb.aspose.com/cells/java/apply-excel-color-them...
  10. 用C++将所有工作表列适应到单页PDF中|Documentation

    使用Aspose.Cells结合C++生成适合所有工作表列在单页的PDF。...initialize an instance of Workbook U16String inputFilePath =...srcDir + u "TestBook.xlsx" ; Workbook book ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/fit-all-worksheet-...