Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 30,307 for

worksheet

(0.12 sec)
  1. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into an Excel file with the Aspose.Cells library without MS Excel using Node.js via C++....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/nodejs-cpp/insert-hyperli...
  2. Get Text Width of Cell Value|Documentation

    Learn how to get the text width of a cell value through Aspose.Cells for JavaScript via C++ API....Accessing the first worksheet and A1 cell const worksheet = workbook .... worksheets . get ( 0 ); const cell = worksheet . cells . get...

    docs.aspose.com/cells/javascript-cpp/get-text-w...
  3. Determine if Shape is Smart Art Shape with Java...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for JavaScript via C++....the first worksheet in the Excel file const worksheet = workbook...workbook . worksheets . get ( 0 ); // Accessing the first shape const...

    docs.aspose.com/cells/javascript-cpp/determine-...
  4. 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-...
  5. Public API Changes in Aspose.Cells 8.8.2|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....xlsx" ); //Access worksheet from which blank rows/columns...rows/columns have to be deleted Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. 用Node.js通过C++设置图表系列的数值格式代码|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置图表系列的数值格式代码。本指南将帮助您理解如何使用适当的格式代码格式化图表系列数据,从而专业、准确地展示您的数据。...); // Access first worksheet const worksheet = workbook . getWorksheets...first chart const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-val...
  7. How to Control Sheet Tab Bar with C++|Documenta...

    Learn how to control the sheet tab bar through the Aspose.Cells for C++ API....data to cells in the first worksheet. Display the sheet tabs and...reference to the first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-control-sheet-...
  8. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....sample data, access the first worksheet, and get two cells(“A2” and...Startup (); Workbook workbook ; Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  9. 使用 Node.js 通过 C++ 复制行和列|Documentation

    本文展示了如何通过 Aspose.Cells for Node.js via C++ API 复制行和列。...xls" )); // Get the first worksheet in the workbook. const wsTemplate...// To the 16th row in the worksheet. wsTemplate . getCells ()...

    docs.aspose.com/cells/zh/nodejs-cpp/copying-row...
  10. 工作表缩放的可行解决方案|Aspose.Slides for Python 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。... worksheet . page_setup page_setup ....SheetRender ( cell_range . worksheet , image_options ) image_data...

    docs.aspose.com/slides/zh/python-net/working-so...