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

aspose cells

(0.17 sec)
  1. 为每个Excel工作表渲染一页PDF 使用C++将Excel转换为PDF|Documentation

    使用Aspose.Cells将每个工作表转换为一页的PDF格式。...这可以通过使用Aspose.Cells for C++实现。 请查看以下示例代码,将多个工作表的Excel文件转换为PDF。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/render-one-pdf-pag...
  2. 用C++提取Gear类型SmartArt形状中的文本|Documentation

    学习如何使用Aspose.Cells for C++逐步指导和代码示例,从Excel中的Gear类型SmartArt形状中提取文本。...Contents [ Hide ] 可能的使用场景 Aspose.Cells for C++可以提取Gear类型SmartArt形状中的文本。请按以下步骤操作:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/extract-text-from-...
  3. 用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/setting-shadow-of-...
  4. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....GetCustom() property, then Aspose.Cells will not throw any exception...exception. But if you want that Aspose.Cells should check if the assigned...

    docs.aspose.com/cells/cpp/check-custom-number-f...
  5. 用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...
  6. 使用 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...
  7. Get Equation Text of Chart Trendline with C++|D...

    Learn how to use Aspose.Cells for C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....chart trendline using Aspose.Cells. Aspose.Cells provides the Trendline...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/get-equation-text-of-...
  8. Change Tick Label Direction with C++|Documentation

    Learn how to change the direction of tick labels in Aspose.Cells for C++. Our guide will help you understand how to adjust the orientation of tick labels on axes, including horizontal, vertical, and angled orientations....Change Tick Label Direction Aspose.Cells provides you with the ability...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/change-tick-label-dir...
  9. 用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-...
  10. Add Icons to Worksheet with C++|Documentation

    Learn how to add icons to Excel worksheets using Aspose.Cells with C++....Worksheet in Aspose.Cells If you need to use Aspose.Cells to add icons...help you insert icons using Aspose.Cells . There is also a required...

    docs.aspose.com/cells/cpp/insert-svg-to-excel/