Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 102,707 for

workbook

(0.16 sec)
  1. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。... 构建一个 Workbook 对象以打开冻结的文件。 使用 Worksheet.UnFreezePanes()...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  2. 通过 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...
  3. Add Hyperlinks to Cells in VSTO and Aspose.Cell...

    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.... Add a Workbook. Get the first sheet. Add...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-hyperlinks-to-cel...
  4. 如何通过 C++ 和 JavaScript 设置工作簿的自动恢复属性|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 设置工作簿的自动恢复属性。...Cells提供了 Workbook.autoRecover 属性来启用或禁用此选项。 以下代码说明了如何使用工作簿的...以下代码说明了如何使用工作簿的 Workbook.autoRecover 属性。代码先读取该属性的默认值(为 true ),然后将其设置为...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  5. 在 C++ 中设置公式的外部链接|Documentation

    学习如何使用 Aspose.Cells 将外部文件链接包含在公式中,使用 C++。...Instantiate a new Workbook Workbook workbook ; // Get first Worksheet...Worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-external-links...
  6. Optimizing Memory Usage while Working with Big ...

    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....Contents [ Hide ] When building a workbook with large data sets, or reading..."text/javascript" > const { Workbook , SaveFormat , MemorySetting...

    docs.aspose.com/cells/javascript-cpp/optimizing...
  7. Adding HTML Rich Text inside the Cell|Documenta...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...getElementById ( 'fileInput' ); let workbook ; // If a file is provided...

    docs.aspose.com/cells/javascript-cpp/adding-htm...
  8. Using WorkbookMetadata with JavaScript via C++|...

    Learn how to edit Workbook metadata using Aspose.Cells for JavaScript via C++....a lightweight version of a workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/javascript-cpp/using-work...
  9. Inserting a WAV file as an OLE Object with Java...

    Learn how to insert a WAV file as an OLE object in Excel worksheets using Aspose.Cells for JavaScript via C++....> < h1 > Add OLE Object to Workbook </ h1 > < p > Select an image..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/inserting-...
  10. 通过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...