Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 239,180 for

aspose cells

(0.71 sec)
  1. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。...] 您可以使用Aspose.Cells获取应用于单元格的验证。Aspose.Cells为此提供了 Cell::GetValidation()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  2. 使用 C++ 从 Excel 文件中提取主题数据|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持从 Excel 文件提取主题数据,允许用户获取文档的样式和格式信息。本文将介绍如何使用 Aspose.Cells 库从 Excel 文件中提取主题数据。...文件中提取主题数据 Contents [ Hide ] Aspose.Cells 允许用户从 Excel 文件中提取与主题相关的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/extract-theme-data...
  3. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles during Excel to HTML conversion using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook Workbook...

    docs.aspose.com/cells/cpp/exclude-unused-styles...
  4. Send Shape Front or Back inside the Worksheet w...

    Learn how to change the z‑order position of shapes in a worksheet using Aspose.Cells for C++.... Aspose.Cells provides the Shape.ToFrontOrBack()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/send-shape-front-or-b...
  5. Sort Data in Column with Custom Sort List with ...

    Learn how to sort data in the column using a custom list by using the Aspose.Cells for C++ API....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/sort-data-in-column-w...
  6. 如何用C++设置类别轴|Documentation

    了解如何在Aspose.Cells for C++中设置类别轴。我们的指南将帮助您理解如何定义类别轴范围、调整其属性和格式化标签。...本文将向您展示如何使用Aspose.Cells为Excel图表设置类别轴的示例代码。 示例代码中的步骤...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/how-to-set-categor...
  7. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML into a Workbook using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/autofit-columns-and-r...
  8. 导入HTML时删除换行后多余空格(使用C++)|Documentation

    了解如何在导入HTML时删除换行后的多余空格(使用Aspose.Cells for C++)。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String html = u8...

    docs.aspose.com/cells/zh/cpp/delete-redundant-s...
  9. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the document at the current insert position.... color = aspose . pydrawing . Color . green...apply them to every row and cell that we add with it. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...以下代码片段也适用于 Aspose.PDF.Drawing 库。 在PDF文档的所有页面中替换文本 您可以尝试使用Aspose.PDF在文档中查找并替换文本,并在此...visit https://github.com/aspose-pdf/Aspose.PDF-for-.NET private static...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/