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

workbook

(0.1 sec)
  1. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); const shapes = workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  2. Web扩展 使用C++的Office加载项|Documentation

    学习如何使用 Aspose.Cells 和 C++ 添加和访问Excel文件中的Web扩展(Office加载项)。...); // Create a new workbook Workbook workbook ; // Get the WebExtension...WebExtension collection from the workbook's worksheets WebExtensionCollecti...

    docs.aspose.com/cells/zh/cpp/web-extensions-off...
  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....创建新的电子表格 Workbook 类可用于简单使用。 Java //Instantiating a Workbook object...object Workbook workbook = new Workbook (); //Adding a new worksheet...

    docs.aspose.com/cells/zh/java/create-new-spread...
  4. Change HyperlinkBase - Free Support Forum - asp...

    Hello, I need a function to change the HyperlinkBase like this: Workbook.Settings.HyperlinkBase = “.”; Instead of changing it manuylly: Open the Excel document for which you want to set a hyperlink base. On the File…...the HyperlinkBase like this: workbook.Settings.HyperlinkBase = “...HyperlinkBase in an Excel workbook programmatically, you can...

    forum.aspose.com/t/change-hyperlinkbase/314798
  5. Set Data Source for the Chart with C++|Document...

    Learn about the various data sources supported by Aspose.Cells for C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....Instantiating a Workbook object Workbook workbook ; // Adding a...Excel object int sheetIndex = workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/cpp/data-formatting-in-ch...
  6. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....C++ if you want to save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, then...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  7. Importing from DataTable|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 (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/net/importing-from-datata...
  8. 通过 Node.js 以 C++ 打开文件的不同方式|Documentation

    本文解释了如何使用 Aspose.Cells for Node.js via C++ API 打开Excel文件。... 如何通过路径打开Excel文件 开发者可以通过在 Workbook 类构造函数中指定本地计算机上的文件路径,打开 Microsoft...through Path // Creating a Workbook object and opening an Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/different-w...
  9. 检索电子表格文档中所有命名范围的字典|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....String fileName ) { // Given a workbook name, return a dictionary...Retrieve a reference to the workbook part. var wbPart = document...

    docs.aspose.com/cells/zh/net/retrieve-a-diction...
  10. 通过Node.js与C++设置图表外观|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/setting-cha...