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

aspose cells

(0.15 sec)
  1. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....Text Box to Worksheet in Aspose.Cells When you need to bulk insert...this document will help. Aspose.Cells provides an API to easily...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  2. Create Open-High-Low-Close (OHLC) Stock Chart w...

    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....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-open-high-low-...
  3. 在没有内容时输出空白页面(C++)|Documentation

    使用C++处理空工作表并打印空白页面...[ Hide ] 可能的使用场景 如果工作表为空,Aspose.Cells在导出工作表为图像时不会打印任何内容。可以通过设置...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/output-blank-page-...
  4. 使用C++导出带有viewBox属性的SVG图表|Documentation

    使用Aspose.Cells结合C++将带有viewBox属性的图表导出为SVG格式。...但是,Aspose.Cells提供了 ImageOrPrintOptions....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-chart-to-sv...
  5. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++....A Non‑Primitive Shape In Aspose.Cells, non‑primitive shapes are...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  6. ConditionalStyle.left_padding property | Aspose...

    ConditionalStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table Cells....left of the contents of table cells. @property def left_padding...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...程序matically 更改标题和正文字体 有了 Aspose.Cells for C++,我们可以检查默认字体是否为主题字体,或通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  8. TableStyle.vertical_alignment property | Aspose...

    TableStyle.vertical_alignment property. Specifies the vertical alignment for the Cells....vertical alignment for the cells. @property def vertical_alignment...vertical_alignment ( self ) -> aspose . words . tables . CellVerticalAlignmen...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 使用 C++ 检查工作簿是否包含隐藏的外部链接|Documentation

    学习如何使用 Aspose.Cells for C++检测Excel工作簿中的隐藏外部链接。...Aspose.Cells 会检索所有外部链接,无论它们是否可见。然而,你可以检查...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-if-workbook-...
  10. Row.nextRow property | Aspose.Words for Node.js

    Row.nextRow property. Gets the next [Row](../) node.... get nextRow () : Aspose . Words . Tables . Row Remarks...enumerate through all table cells. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...