Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 82,029 for

workbook

(0.06 sec)
  1. 如何通过C++在Node.js中创建瀑布图|Documentation

    使用Node.js和Aspose.Cells for Node.js via C++在Excel中创建瀑布图。...instance of Workbook const workbook = new AsposeCells . Workbook ();...Worksheet in Workbook const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-wa...
  2. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  3. 使用C++处理WebQuery类型的外部数据连接|Documentation

    学习如何使用Aspose.Cells和C++处理Microsoft Excel中的WebQuery数据连接。...接 Contents [ Hide ] 您可以使用 Workbook.DataConnections 集合访问任何类型的外部数据连接。其中一种数据连接类型是...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/working-with-exter...
  4. Aspose.Cells 16.10.0中的公共API更改|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....and add a shape Workbook book = new Workbook ( "sample.xlsx"...and add a shape Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. 在图表中用Node.js通过C++设置图片作为背景填充|Documentation

    了解如何在Aspose.Cells for Node.js via C++中将图片设置为图表的背景填充。我们的指南将向您展示如何导入和定位图片、调整其大小和颜色,以及应用格式化选项来增强您的图表外观。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/set-picture...
  6. Check if VBA Project is Protected and Locked fo...

    Learn how to check if a VBA project in an Excel file is protected and locked for viewing using Aspose.Cells for Node.js via C++....xlsm" ); const workbook = new AsposeCells . Workbook ( filePath );...project of the workbook. const vbaProject = workbook . getVbaProject...

    docs.aspose.com/cells/nodejs-cpp/check-if-vba-p...
  7. Excel 转 HTML 使用 PresentationPreference 选项优化布局,配...

    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....Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/excel-to-ht...
  8. 创建共享工作簿,编号为 Aspose.Cells for Node.js via C++|Do...

    学习如何使用 Aspose.Cells for Node.js via C++ 创建共享工作簿。...Create Workbook object const wb = new AsposeCells . Workbook ();...(); // Share the Workbook wb . getSettings (). setShared ( true...

    docs.aspose.com/cells/zh/nodejs-cpp/create-shar...
  9. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++....an image or you save your workbook to PDF or HTML formats, you...containing timeline. Workbook workbook ( u "input.xlsx" ); //...

    docs.aspose.com/cells/cpp/rendering-timeline/
  10. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table elements styles using Aspose.Cells for C++ with HtmlSaveOptions.TableCssId property....Startup (); // Create workbook object Workbook wb ; // Access first..."MyTest_TableCssId" ); // Save the workbook in html wb . Save ( u "outputTableCssId...

    docs.aspose.com/cells/cpp/prefix-table-elements...