Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 201,181 for

aspose cells

(0.08 sec)
  1. Convert XLS File with Images or Charts to PDF w...

    Convert XLS files containing images or charts to PDF documents using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells supports converting XLS...charts to PDF documents. Aspose.Cells for C++ can work independently...

    docs.aspose.com/cells/cpp/convert-xls-file-with...
  2. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....spreadsheets to CSV format Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  3. 用C++查找XML映射的根元素名称|Documentation

    学习如何使用Aspose.Cells for C++查找XML映射的根元素名称。...Contents [ Hide ] 可能的使用场景 您可以使用 Aspose.Cells 的 XmlMap.GetRootElementName()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/find-the-root-elem...
  4. 使用 C++ 以标准或最小尺寸保存 Excel 为 PDF|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件保存为标准或最小尺寸的 PDF。...Contents [ Hide ] 默认情况下,Aspose.Cells 将 Excel 保存为标准尺寸的 PDF。然而,您也可以使用...PdfOptimizationType::MinimumSize 使用 Aspose.Cells 将 Excel 保存为标准或最小尺寸的 PDF...

    docs.aspose.com/cells/zh/cpp/save-excel-into-pd...
  5. 用C++判断Shape是否为Smart Art Shape|Documentation

    了解如何使用Aspose.Cells for C++判断一个形状是否为Smart Art Shape。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/determine-if-shape...
  6. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  7. 使用 C++ 将图片作为纹理铺设到形状内部|Documentation

    学习如何使用Aspose.Cells for C++将图片平铺为形状内的纹理。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/tile-picture-as-a-...
  8. Search and Replace Data in a Range with C++|Doc...

    This article shows how to search and replace data in a range in Excel using C++ code....any cell values outside the desired range. Aspose.Cells allows...This article explains how. Aspose.Cells provides the FindOptions::SetRange()...

    docs.aspose.com/cells/cpp/search-and-replace-da...
  9. Filter Objects while loading Workbook or Worksh...

    Learn how to filter objects like charts, shapes, and conditional formatting while loading workbooks or worksheets 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/filter-objects-while-...
  10. Get Max Column Index in Row and Max Row Index i...

    Learn how to Get Max Column Index in Row and Max Row Index in Column through the Aspose.Cells for C++ API.... Aspose.Cells offers this feature. To...properties, and then use the Cell.GetColumn() property to obtain...

    docs.aspose.com/cells/cpp/get-max-index-in-row-...