Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 30,152 for

worksheet

(0.19 sec)
  1. 在数据透视表中处理数据字段的数据显示格式|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....first worksheet const worksheet = workbook . worksheets . get...PivotTable const pivotTable = worksheet . pivotTables . get ( pivotIndex...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  2. 从 Excel 文件中提取主题数据|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 从 Excel 文件中提取主题数据,有效获取样式和格式信息。...first worksheet const worksheet = workbook . worksheets . get...Access cell A1 const cell = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  3. 使用 JavaScript 及 C++ 向工作表添加签名行|Documentation

    本文介绍如何用 JavaScript 及 Aspose.Cells for JavaScript 通过 C++ 在工作表中添加签名行...first worksheet and add signature line const worksheet = workbook...workbook . worksheets . get ( 0 ); worksheet . shapes . addSignatureLine...

    docs.aspose.com/cells/zh/javascript-cpp/add-sig...
  4. 使用Node.js通过C++在饼图或饼状图中的第二个饼或柱子中查找数据点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找数据点是否在饼图或饼状图的第二个饼或柱子中。本指南将演示如何识别和访问复合图表中的次级饼或柱,以便有效分析和操作数据。...)); // Access first worksheet const worksheet = workbook . getWorksheets...calculate it const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-dat...
  5. How to convert conditionally formatted tables f...

    Hi Community, I am currently working on the XLS2DOC converter example and I am wondering how to convert conditionally formatted cells from Excel to Word. Can you please provide a simple example how to get the Word cells…...You can take images of your worksheet and add them in your word...document how to convert your worksheet into image. http://www.aspose...

    forum.aspose.com/t/how-to-convert-conditionally...
  6. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in Node.js by implementing a custom calculation engine using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....Workbook (); // Access the first worksheet from the collection const...function without writing it in a worksheet AI Document Assistant Close...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  7. Spreadsheet Editor - Working with Sheets|Docume...

    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.... sendMessage ( "New Worksheet" , cx . getMessage ()); }...{ com . aspose . cells . Worksheet w = getAsposeWorksheets ()...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  8. 设置使用 C++ 和 Node.js 将电子表格渲染成图片时的默认字体|Documentation

    学习如何在用 Aspose.Cells for Node.js via C++ 将电子表格渲染为图片时设置默认字体。...setDefaultStyle ( s ); // Access first worksheet. const ws = wb . getWorksheets...ImageType . Png ); // Render worksheet image with Courier New as...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  9. 在行或列上应用样式|Documentation

    本文介绍如何在GridDesktop中对行或列应用样式。... // Accessing the worksheet of the Grid that is currently...currently active Worksheet sheet = gridDesktop1 . GetActiveWorksheet...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  10. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...Access cell A1 const c = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/javascript-cpp/specifying...