Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 102,533 for

workbook

(0.21 sec)
  1. 通过C++用Node.js处理类似微软Excel的图表轴自动单位|Documentation

    了解如何在Aspose.Cells for Node.js via C++中处理图表轴的自动单位。我们的指南将向您展示如何配置和自定义图表轴的自动单位,包括科学记数法的显示和缩放调整。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/handle-auto...
  2. Propagate Formula in Table or List Object Autom...

    Learn how to automatically propagate formulas in tables or list objects while entering data in new rows using Aspose.Cells for Node.js via C++....__dirname , "data" ); // Create workbook object const book = new AsposeCells...AsposeCells . Workbook (); // Access first worksheet const sheet...

    docs.aspose.com/cells/nodejs-cpp/propagate-form...
  3. 使用C++检测VBA项目是否受保护|Documentation

    利用Aspose.Cells与C++检测Excel文件的VBA项目是否受保护。...Cells-for-C // Create a workbook. Workbook wb ; // Access the VBA...VBA project of the workbook. VbaProject vbaProj = wb . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/find-out-if-vba-pr...
  4. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/render-sequenc...
  5. Setting Pivot Table Option - For Empty Cells Sh...

    Learn how to set the "For empty cells show" option in pivot tables using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook wb ( inputFilePath );...SetRefreshDataOnOpen ( false ); // Save the workbook wb . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/setting-pivot-table-o...
  6. Add Word Art Text with Built-in Styles using No...

    Learn to add Word Art Text with Built-in Styles using Aspose.Cells for Node.js via C++. Create visually appealing text in Excel using built-in styles....xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook (); // Access first worksheet...

    docs.aspose.com/cells/nodejs-cpp/add-word-art-t...
  7. 使用 Aspose.Cells 与 C++ 添加 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 编程方式向 Excel 工作表添加 ActiveX 控件。...\\ " ); // Create workbook object Workbook wb ; // Access first...SetLinkedCell ( u "A1" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/add-activex-contro...
  8. Export Excel to HTML with GridLines|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....following sample code creates a workbook and fills its worksheet with...while loading HTML to excel workbook Analyzing your prompt, please...

    docs.aspose.com/cells/java/export-excel-to-html...
  9. Disable Exporting Frame Scripts and Document Pr...

    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....properties while converting a workbook into HTML. The 8.6.0 version...properties. Once you convert a workbook into HTML, the output file...

    docs.aspose.com/cells/net/disable-exporting-fra...
  10. Aspose.Cells 8.9.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....an instance of Workbook var book = new Workbook ( dir + "sample...an instance of Workbook var book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/net/public-api-changes...