Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 27,441 for

worksheet

(0.22 sec)
  1. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。...image to insert into the worksheet (required): </ p > < input...Workbook (); } // Add a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  2. Create waterfall chart with legend customizatio...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Cells Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 M…...workbook and get the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0);...

    forum.aspose.com/t/create-waterfall-chart-with-...
  3. Save Specified Worksheets to PDF|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....Ask AI Save Specified Worksheets to PDF Contents [ Hide ] By...Aspose.Cells saves all visible worksheets in a workbook to a PDF file...

    docs.aspose.com/cells/net/save-specified-worksh...
  4. Filter Data|Documentation

    This article introduces how to filter data in GridWeb....select only those items in a worksheet that you want to display in...Working with Filters Use the Worksheet.AddAutoFilter method to enable...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. Change Adjustment Values of the Shape with Java...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...shapes of the worksheet const shape1 = worksheet . shapes . get...

    docs.aspose.com/cells/javascript-cpp/change-adj...
  6. Accessing and Modifying the Value of a Cell|Doc...

    This article introduces how to get and modify cell value in GridDesktop....discussed accessing cells of a worksheet. In this topic, we will simply...approaches to access cells of a worksheet. For more details about these...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. Public API Changes in Aspose.Cells 8.8.1|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....Settings loads only Workbook & Worksheet settings. Shape loads only...//Access first worksheet containing a chart var worksheet = workbook...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. Handle Automatic Units of Chart Axis like Micro...

    Learn how to handle automatic units on chart axes in Aspose.Cells for Node.js via C++. Our guide will show you how to configure and customize automatic units on a chart axis, including the display of scientific notation and adjusting the scale....); // Access first worksheet const worksheet = workbook . getWorksheets...first chart const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/handle-automat...
  9. 使用Node.js通过C++在保存为PDF时打印评论|Documentation

    了解在将Excel文档保存为PDF时如何打印评论,使用编号Aspose.Cells for Node.js via C++。...Access the first worksheet const worksheet = workbook . getWorksheets..."PrintCommentsType.PrintSheetEnd" */ worksheet . getPageSetup (). setPrintComments...

    docs.aspose.com/cells/zh/nodejs-cpp/print-comme...
  10. 用 Node.js 和 C++ 设置形状文本的预设 WordArt 样式|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 为形状的文本设置预设 WordArt 样式...(); // Access first worksheet const worksheet = workbook . getWorksheets...some text const textbox = worksheet . getShapes (). addTextBox...

    docs.aspose.com/cells/zh/nodejs-cpp/set-preset-...