Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 30,455 for

worksheet

(0.16 sec)
  1. 用JavaScript和C++格式化切片器|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....Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  2. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/check-cust...
  3. Add WordArt Watermark to Chart with JavaScript ...

    Learn how to use Aspose.Cells for JavaScript via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....arrayBuffer )); // Access the first worksheet's first chart const chart...chart = workbook . worksheets . get ( 0 ). charts . get ( 0 ); //...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  4. 在使用Node.js通过C++将Excel导出为HTML时导出文档、工作簿和工作表属性|Doc...

    了解如何使用Aspose.Cells for Node.js via C++导出Excel中的文档、工作簿和工作表属性为HTML。...export document, workbook and worksheet properties options . setExportDocumentPro...

    docs.aspose.com/cells/zh/nodejs-cpp/export-docu...
  5. 使用 C++ 通过 Node.js 插入或删除 Excel 工作表中的行|Documentation

    本文提供了使用 C++ 的 Node.js 代码,用于在 Excel 工作表中插入和删除行。...xlsx" )); // Get the first worksheet in the book. const sheet =...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-or-d...
  6. 通过 C++ 在 Node.js 中导入 HTML 时删除换行后的多余空格|Documenta...

    学习如何在导入 HTML 时使用 Aspose.Cells for Node.js via C++ 删除换行后多余的空格。...loadOptions ); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-redu...
  7. 通过C++和Node.js更新ActiveX组合框控件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入ActiveX组合框控件的值。...Access first shape from first worksheet const shape = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/update-acti...
  8. 使用C++导出Excel的文档工作簿和工作表属性到HTML|Documentation

    学习如何在将Excel文件转换为HTML时导出或避免导出文档、工作簿和工作表属性,使用编号Aspose.Cells for C++。...export document, workbook and worksheet properties options . SetExportDocumentPro...

    docs.aspose.com/cells/zh/cpp/export-document-wo...
  9. Different Ways to Save Files with JavaScript vi...

    Aspose.Cells for JavaScript via C++ can save files to different formats including PDF, HTML, DOCX, PPTX, JSON, and MHTML....the first worksheet and set value to A1 const worksheet = workbook...workbook . worksheets . get ( 0 ); const cell = worksheet . cells...

    docs.aspose.com/cells/javascript-cpp/different-...
  10. 用 C++ 在数据透视表中分组字段|Documentation

    学习如何使用 Aspose.Cells for C++ 在数据透视表中分组字段。...xlsx" ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/group-pivot-fields...