Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 238,879 for

aspose cells

(0.12 sec)
  1. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel through the Aspose.Cells for C++ API....Printing Excel File using Aspose.Cells for C++ The following sample...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-prevent-printi...
  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....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-volume-high-lo...
  3. Create Volume-Open-High-Low-Close (VOHLC) Stock...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-volume-open-hi...
  4. 在 VSTO 和 Aspose.Cells 中合并或取消合并工作表中的单元格|Document...

    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....在 VSTO 和 Aspose.Cells 中合并或取消合并工作表中的单元格 Contents [ Hide ] 打开现有的...文件。 合并单元格 VSTO 下面是VSTO(C#)和Aspose.Cells for .NET(C#)的并行代码片段。 //Instantiate...

    docs.aspose.com/cells/zh/net/merge-or-unmerge-c...
  5. Adjust Workbook Compression Level with C++|Docu...

    Learn how to adjust the compression level of a workbook using Aspose.Cells for C++ to optimize file size and processing time.... Aspose.Cells provides OoxmlCompressionType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/adjust-workbook-compr...
  6. Remove Existing PrinterSettings of Worksheets i...

    Learn how to remove existing PrinterSettings of a worksheet inside the Excel file through the Page Setup object programmatically using Aspose.Cells with C++....existing printer settings using Aspose.Cells APIs. Remove Existing PrinterSettings...Worksheets in Excel file Aspose.Cells allows you to remove existing...

    docs.aspose.com/cells/cpp/remove-existing-print...
  7. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。... 使用Aspose.Cells,开发人员可以在Microsoft Excel文...Excel文件中创建不同类型的超链接。本主题讨论了Aspose.Cells支持哪些类型的超链接以及如何在我们的Excel文件中使用它们。...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  8. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...使用C++显示和隐藏工作表及标签 Contents [ Hide ] Aspose.Cells 允许用户显示和隐藏工作簿的元素,包括工作表和标签。...因此, Aspose.Cells 允许开发人员控制其Excel文件中工作表的可见性。 Aspose.Cells 提供了一个类...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  9. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....to add a PivotChart using Aspose.Cells Adding a Pivot Table To...using Aspose.Cells: Add some data to a worksheet’s cells using...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  10. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...