Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 82,286 for

workbook

(0.08 sec)
  1. 使用C++获取范围内的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何获取范围内的超链接。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "HyperlinksSample...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-hyperlinks-in-...
  2. 保护和取消保护工作簿|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.... Workbooks . Open ( myPath , Missing...Missing . Value ); //Protect the workbook specifying a password with...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  3. 将数据导入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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  4. 用C++创建联合范围|Documentation

    使用Aspose.Cells在Excel文件中创建联合范围...(); // Create a Workbook object Workbook workbook ; // Create union...range UnionRange unionRange = workbook . GetWorksheets (). CreateUnionRange...

    docs.aspose.com/cells/zh/cpp/create-union-range/
  5. 通过 C++ 使用 Node.js 实现非连续区域|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建命名的非连续区域。有效利用不相邻的单元格区域。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a Name for non sequenced range const...

    docs.aspose.com/cells/zh/nodejs-cpp/implementin...
  6. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code....xlsx" ; // Create a workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...
  7. 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...
  8. 使用 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-...
  9. 在 Jython 中隐藏或取消隐藏工作表|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.... cells import Workbook class HideUnhideWorksheet...HideUnhideWorksheet / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/hide-unhide-works...
  10. 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/