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

aspose cells

(0.1 sec)
  1. Freeze Top Row(s) of Excel Worksheet with C++|D...

    In this article, you will learn how to freeze top rows of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Freeze Rows with Aspose.Cells for C++ It’s simple to freeze...freeze row(s) with Aspose.Cells for C++. Please use the Worksheet...

    docs.aspose.com/cells/cpp/how-to-freeze-rows-of...
  2. 用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...
  3. 使用 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...
  4. 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-...
  5. 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...
  6. Export Document Workbook and Worksheet Properti...

    Learn how to export or avoid exporting Document, Workbook, and Worksheet properties when converting Excel files to HTML using Aspose.Cells for C++....using Microsoft Excel or Aspose.Cells, it also exports various...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/export-document-workb...
  7. 使用C++在保存为HTML时禁用CSS|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为HTML时禁用CSS。...Aspose.Cells的24.12版本引入了一个选项,允许你选择性禁用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/disable-css-while-...
  8. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the C++ API or library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....worksheet to another using Aspose.Cells APIs. Copy Page Setup Settings...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/copy-page-setup-setti...
  9. Changing the Layout of Pivot Table with C++|Doc...

    Learn how to change the layout of a Pivot Table in Compact, Outline, and Tabular forms using Aspose.Cells for C++....Form Show in Tabular Form Aspose.Cells also provides PivotTable...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/changing-the-layout-o...
  10. 用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-...