Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 103,733 for

workbook

(1.29 sec)
  1. 如何将 Excel 方程导出为其他类型的表达式|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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/export-equa...
  2. 使用Aspose.Cells用C++修改现有SQL数据连接|Documentation

    学习如何使用Aspose.Cells和C++修改Excel文件中的现有SQL数据连接。...Cells提供了访问和修改数据连接的方法,使用 Workbook.DataConnections 集合。 使用Aspose...xlsx" ; // Create workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/modify-existing-sq...
  3. 使用Aspose.Cells创建数据透视表图表|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 an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/zh/java/create-pivot-char...
  4. 在单元格中添加HTML富文本的C++示例|Documentation

    学习如何通过 Aspose.Cells for C++ API在单元格中添加HTML富文本。...); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/adding-html-rich-t...
  5. 防止在使用C++保存为HTML时导出隐藏的工作表内容|Documentation

    学习如何在使用Aspose.Cells for C++将Excel工作簿保存为HTML时防止导出隐藏内容。...html" ; // Create workbook object Workbook workbook ( inputFilePath...false ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/prevent-exporting-...
  6. Manage Document Properties with JavaScript via ...

    Learn how to manage document properties through the Aspose.Cells for JavaScript via C++ APIs....Cells' Workbook class represents an Excel...and, like an Excel file, the Workbook class can contain multiple...

    docs.aspose.com/cells/javascript-cpp/managing-d...
  7. Remove ActiveX Control with JavaScript via C++|...

    Learn how to remove ActiveX controls from Workbooks using Aspose.Cells for JavaScript via C++....remove ActiveX Control from workbooks. For this, the API provides..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/remove-act...
  8. 用 C++ 从工作表中删除数据透视表|Documentation

    使用 Aspose.Cells 的 C++ 代码删除 Excel 工作表中的数据透视表。...Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/delete-pivot-table...
  9. Find Maximum Rows and Columns supported by XLS ...

    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....following sample code creates a workbook first in the XLS format and...XLS format." ); // Create workbook in XLS format. let wb = new...

    docs.aspose.com/cells/nodejs-cpp/find-maximum-r...
  10. Export VBA Certificate to File or Stream with J...

    Learn how to export VBA Digital Certificate to a file or stream using Aspose.Cells for JavaScript via C++. Access raw data of VBA digital certificates...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/export-vba...