Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 80,833 for

workbook

(0.21 sec)
  1. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...(); // Create a workbook object Workbook workbook ( u "Book1.xlsx"...style Style defaultStyle = workbook . GetDefaultStyle (); // Get...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  2. Format Ranges with C++|Documentation

    Learn how to format ranges in Excel using Aspose.Cells with C++. Apply styles, fonts, and colors to cell ranges programmatically....Excel: Open Excel and open the workbook that contains the range you...example, we create an Excel workbook, add some sample data, access...

    docs.aspose.com/cells/cpp/how-to-format-a-range/
  3. 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.... It then saves the workbook as output Excel file . #include...// Open the Excel file Workbook workbook ( u "sample.xlsx" ); //...

    docs.aspose.com/cells/cpp/how-to-filter-blanks-...
  4. 使用 C++ 在 Node.js 中获取工作表中的最大范围|Documentation

    本文描述了如何使用 Aspose.Cells for Node.js via C++ 获取 Excel 文件的最大范围、最大数据范围和最大显示范围。...the workbook const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); const...

    docs.aspose.com/cells/zh/nodejs-cpp/get-max-ran...
  5. Encrypt and Decrypt Excel files with Node.js vi...

    How to encrypt and decrypt Excel files using Node.js via C++. Lock and unlock Excel files....Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...
  6. 通过C++使用Node.js管理评论和笔记|Documentation

    用Aspose.Cells for Node.js via C++插入和管理评论或笔记。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/zh/nodejs-cpp/comments-an...
  7. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files using Aspose.Cells for Node.js via C++....ods" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/working-with-b...
  8. Convert-Excel-to-JSON|Documentation

    Learn how to convert excel file to json with Aspose.Cells for Java APIs....Cells supports converting a Workbook to Json(JavaScript Object...file. How to Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/java/convert-excel-to-json/
  9. Freeze Panes in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-python/
  10. 用C++查找与外部数据连接相关的查询表和列表对象|Documentation

    学习如何用Aspose.Cells和C++查找与外部数据连接相关的查询表和列表对象。...; void PrintTables ( Workbook & workbook , ExternalConnection..." ); // Load workbook object Workbook workbook ( srcDir + u "sample...

    docs.aspose.com/cells/zh/cpp/find-query-tables-...