Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 26,990 for

worksheet

(0.15 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. 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-...
  3. 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-...
  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. 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...
  6. 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...
  7. Converting to MHTML Files in Python|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....Converting to MHTML To convert a worksheet to an MHTML file using Aspose...Python, simply invoke the worksheet_to_mhtml() method of the Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  8. 通过C++用Node.js处理类似微软Excel的图表轴自动单位|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/handle-auto...
  9. Using Sparklines and Setting 3D Format with Jav...

    Learn how to use sparklines and apply 3D formatting in Excel files with Aspose.Cells for JavaScript via C++....information, avoiding over‑crowded worksheets with a lot of busy charts...the range of cells in the worksheet that contain the source data...

    docs.aspose.com/cells/javascript-cpp/using-spar...
  10. Set External Links in Formulas in Aspose.Cells|...

    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 Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/net/set-external-links-in...