Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 102,524 for

workbook

(0.44 sec)
  1. Difference in HTML output - Free Support Forum ...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook Workbook = new Workbook("input.xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.HTML); saveOptions.setParseHtmlTagInCell(false);…... Sample code: Workbook workbook = new Workbook("input.xlsx");...WorksheetCollection sheets = workbook.getWorksheets(); sheets.s...

    forum.aspose.com/t/difference-in-html-output/31...
  2. Link Cells to XML Map Elements with C++|Documen...

    Learn how to link cells to XML Map elements using Aspose.Cells with C++....respectively, and finally saves the workbook in the output Excel file ...\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sample...

    docs.aspose.com/cells/cpp/link-cells-to-xml-map...
  3. AutoFit Rows for Rendering with Node.js via C++...

    Learn how to auto-fit rows for rendering in Excel using Aspose.Cells for Node.js via C++. Prevent text clipping in saved PDF files....// Initialize workbook instance. const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Set autofit options for rendering...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  4. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using the C++ API or library....xls" ; // Create workbook Workbook workbook ( inputFilePath );...book Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  5. Excel to HTML - Use PresentationPreference Opti...

    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...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiate the Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/excel-to-h...
  6. 使用 JavaScript 通过 C++ 使用正则表达式替换工作簿中的文本|Documenta...

    使用 C++ 通过 JavaScript 在工作簿中使用正则表达式替换文本..."text/javascript" > const { Workbook , SaveFormat , ReplaceOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  7. Get Cells Range with C++|Documentation

    Learn how to get a cells range through the Aspose.Cells for C++ API....example shows how to: Create a workbook. Add data to cells in the...Startup (); Workbook workbook ; Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-cells-range/
  8. 用JavaScript通过C++分屏Excel工作表|Documentation

    在本文中,您将学习如何通过JavaScript结合C++插件以编程方式将工作表分成两个或四个部分,从而显示某些行和/或列。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a new Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...Load the workbook Workbook workbook = new Workbook(inputFilePath);...foreach (Worksheet sheet in workbook.Worksheets) { foreach (Shape...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  10. 释放工作簿的未托管资源(JavaScript通过C++)|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++释放Workbook对象的未托管资源。...Cells 提供 Workbook.dispose() 方法以释放 Workbook 对象的非托管资源。Dispose...使用的托管对象方面非常高效,但无法回收非托管对象。 Workbook 对象现在实现了 System.IDisposable...

    docs.aspose.com/cells/zh/javascript-cpp/release...