Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 19,920 for

worksheet

(0.16 sec)
  1. Export Chart to SVG with viewBox attribute usin...

    Export a chart to SVG format with viewBox attribute using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/cpp/export-chart-to-svg-w...
  2. 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...
  3. 用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...
  4. 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-...
  5. 用C++创建成交量 开盘 最高 最低 收盘(VOHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 开盘 最高 最低 收盘股票图表。该指南将演示如何绘制股票市场数据,包括成交量、开盘、最高、最低和收盘价,以便更好的分析与可视化。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...High-Low-Close-Stock Chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-volume-open...
  6. 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...
  7. 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...
  8. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using python codes....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/python-java/protect-and-u...
  9. 用 C++ 实现线程评论|Documentation

    学习如何使用 Aspose.Cells 与 C++ 在 Excel 文件中添加、读取、编辑和删除线程评论。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...ThreadedCommentColle threadedComments = worksheet . GetComments (). GetThreadedComments...

    docs.aspose.com/cells/zh/cpp/threaded-comments/
  10. Aspose.Cells 8.2.2中的公共API更改|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....Worksheet属性 在Aspose.Cells 8.2.2发布之前...2发布之前,无法从Chart对象中检索包含的Worksheet实例。Aspose.Cells 8.2.2通过提供Chart.Worksheet属性填补了这一空白。...

    docs.aspose.com/cells/zh/java/public-api-change...