Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 20,582 for

worksheet

(0.08 sec)
  1. Create Volume-High-Low-Close(VHLC) Stock Chart ...

    Learn how to create a volume-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Stock Chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/create-volume-high-lo...
  2. 用C++创建TreeMap图表的方法|Documentation

    学习如何用Aspose.Cells for C++创建Treemap图表。我们的指南将帮助您了解有关Treemap图表的各种属性和格式选项,包括颜色、标签和数据表示。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Treemap chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/creating-treemap-c...
  3. Create Open-High-Low-Close(OHLC) Stock Chart wi...

    Learn how to create an open-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including the open, high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...High-Low-Close-Stock Chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/create-open-high-low-...
  4. Set Print Area|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....incorporates all areas of the worksheet that contain data. Developers...specific print area of the worksheet. To select a specific print...

    docs.aspose.com/cells/java/set-print-area/
  5. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for Node.js via C++. Ensure bookmarks remain intact regardless of page changes....)); // Access first worksheet const worksheet = workbook . getWorksheets...Access cell C5 let cell = worksheet . getCells (). get ( "C5"...

    docs.aspose.com/cells/nodejs-cpp/add-pdf-bookma...
  6. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( "A1"...

    docs.aspose.com/cells/cpp/display-bullets-by-se...
  7. Merge and Unmerge Cells in GridDesktop|Document...

    This article introduces merge and unmerge in GridDesktop....merge and unmerge cells of a worksheet. This feature is useful in...below: Access any desired Worksheet Create a Range of Cells to...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  8. 从工作表导出数据|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 in the Excel file Worksheet worksheet = workbook... Object dataTable [][] = worksheet . getCells (). exportArray...

    docs.aspose.com/cells/zh/java/export-data-from-...
  9. Merge Cells|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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/java/merge-cells/
  10. Autofit Rows and Columns|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....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/autofit-rows-and-col...