Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 103,793 for

workbook

(0.15 sec)
  1. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.xlsx"; Workbook book = new Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...xlsx"; Workbook book = new Workbook(template); book...如果要WPS兼容,使用以下代码: Workbook workbook = new Workbook(dir + “Template...

    forum.aspose.com/t/aspose-cell-excel/308462
  2. How to Filter Blanks or Non-Blanks with C++|Doc...

    Learn how to filter blanks and non-blanks by using the Aspose.Cells for C++ API....blanks and then saves the workbook as the output Excel file ...// Open the Excel file Workbook workbook ( u "sample.xlsx" ); //...

    docs.aspose.com/cells/cpp/how-to-filter-blanks-...
  3. XLSX to PDF only the first rows are rendered - ...

    Hi team, I’m converting an Excel file (.xlsx) to PDF. The PDF only shows the first rows of the sheet; the rest of the rows are not rendered. I’m attaching the original Excel and a screenshot of the output where the trun…...xlsx (original workbook screenshot-missing-rows.png...the workbook Final export to PDF (the generated workbook stream...

    forum.aspose.com/t/xlsx-to-pdf-only-the-first-r...
  4. Aspose.Cells - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the Workbook with custom properties. I am using the Workbook.Save() to achieve it. After updating to .NET 8, I am getting the following error for Workbook Save methods. Th…...where I am trying to save the workbook with custom properties. I...I am using the workbook.Save() to achieve it. After updating to...

    forum.aspose.com/t/aspose-cells-errors-after-up...
  5. 添加图像超链接|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API添加图片超链接。...leave blank to create a new workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/add-ima...
  6. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...file selected – create a new workbook } let wb ; if ( fileInput...

    docs.aspose.com/cells/javascript-cpp/line-break...
  7. 使用 JavaScript 和 C++ 显示或隐藏网格线以及行列标题|Documentation

    本文提供了使用 C++ 的 JavaScript API 的示例代码,用于以编程方式隐藏或显示 Excel 工作表的网格线、行和列标题。...Cells提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  8. Encrypt, decrypt, protect and unprotect Excel f...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect data in Excel files using Java code.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/java/protect-and-unprotect/
  9. Columns Containing Non-Strongly Typed Data|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....Open ); //Instantiating a Workbook object //Opening the Excel...the file stream Workbook workbook = new Workbook ( fstream ); //Accessing...

    docs.aspose.com/cells/net/columns-containing-no...
  10. 仅使用 JavaScript 复制范围数据,通过 C++|Documentation

    学习如何使用 C++ 中的脚本将数据从一个单元格范围复制到另一个单元格范围。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...create a new blank workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...