Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 104,099 for

workbook

(0.11 sec)
  1. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of a linked Ole object using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Access first...( "Aspose APIs" ); // Save workbook to memory stream const ms...

    docs.aspose.com/cells/nodejs-cpp/access-and-mod...
  2. 用Node.js通过C++管理文档属性|Documentation

    学习如何通过Aspose.Cells for Node.js via C++管理文档属性。...Cells的 Workbook 类代表Excel文件,类似Excel文件, Workbook 类可以包含多个工作表,每个由...Instantiate a Workbook object // Open an Excel file const workbook = new...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-do...
  3. How to Password Protect an Excel File in C#

    This article explains how to password protect an Excel file in C#. It provides details to configure the environment, program flow and a runnable sample code to encrypt Excel file in C#....create an Excel file using the Workbook class object Set the required...encryption options for the loaded workbook using the SetEncryptionOptions()...

    kb.aspose.com/cells/net/how-to-password-protect...
  4. NullReferenceException in GridJsWorkbook Export...

    I’m looking at upgrading our Cells .NET GridJs script to 26.1.0 and the attached file is failing when calling ExportToJson(). The repro is minimal: Config.FileCacheDirectory = outputDir; Config.PictureCa…...FullName; Workbook workbook = OpenFile(source); GridJsWorkbook...ImportExcelFile(documentId, workbook); jsonContents = jsWorkbook...

    forum.aspose.com/t/nullreferenceexception-in-gr...
  5. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/create-different-...
  6. Working with Worksheets in xlsx4j|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....following topics: Convert Workbook to HTML in xlsx4j Detect Merged...Display and Hide Scrollbars of a Workbook in xlsx4j Display and Hide...

    docs.aspose.com/cells/java/working-with-workshe...
  7. 使用C++通过JavaScript创建Chart工作表的PdfBookmarkEntry|Do...

    学习如何使用Aspose.Cells for Java脚本通过C++为图表工作表创建PdfBookmarkEntry。..."text/javascript" > const { Workbook , SaveFormat , PdfBookmarkEntry...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  8. 使用 C++ 从 Excel 文件中提取主题数据|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持从 Excel 文件提取主题数据,允许用户获取文档的样式和格式信息。本文将介绍如何使用 Aspose.Cells 库从 Excel 文件中提取主题数据。...); // Create workbook object Workbook workbook ( srcDir + u "source...to this workbook std :: cout << "Theme: " << workbook . GetTheme...

    docs.aspose.com/cells/zh/cpp/extract-theme-data...
  9. 使用JavaScript通过C++将CSV、TSV和Txt转换为Excel|Documenta...

    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 , LoadOptions...LoadFormat . Csv ); // Create a Workbook object and open the file from...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  10. 将数据透视表保存为ODS文件|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...."text/javascript" > const { Workbook , SaveFormat , PivotFieldType...a new workbook or load from selected file let workbook ; if (...

    docs.aspose.com/cells/zh/javascript-cpp/save-pi...