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

workbook

(0.05 sec)
  1. Aspose.Cells 8.4.2中的公共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....add方法,以向Workbook的实例添加新的VBA模块。VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Aspose.Cells 8.4.2中的公共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....Add方法,以向Workbook实例中添加新的VBA模块。VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Add Pivot Connection with C++|Documentation

    Learn how to add pivot connection with Aspose.Cells library using C++.... Finally, it saves the workbook as output Excel file . Sample...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/add-pivot-connection/
  4. Showing Cell Range as the Data Labels with C++|...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Create workbook from the source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/showing-cell-range-as...
  5. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/net/protect-and-unprotect/
  6. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for Node.js via C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends....Create an instance of existing Workbook const dataDir = path . join...xlsx" ); const workbook = new AsposeCells . Workbook ( pathName );...

    docs.aspose.com/cells/nodejs-cpp/using-chartglo...
  7. 在 PHP 中隐藏和显示行和列|Documentation

    通过 Aspose.Cells for PHP via Java 的 API 学习如何隐藏和显示行和列。...Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  8. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel files to HTML using Aspose.Cells for Node.js via C++....save Excel workbooks to HTML. However, if the workbook contains..."data" ); // Create workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/prevent-export...
  9. Three methods for filtering Chart Data with Nod...

    Learn how to filter charts in Excel using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making....existing Workbook let workbook = new AsposeCells . Workbook ( filePath...list let nSeriesFiltered = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/filtering-char...
  10. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。...Cells提供了一个代表Microsoft Excel文件的 Workbook 班。 Workbook 班包含一个 Workbook.getWorksheets()...属性为Excel文件的第一个工作表启用页面分页预览模式。 通过创建 Workbook 班的实例打开book1.xls文件。通过将 Worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...