在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。... 使用 Aspose.Cells for C++ 取消冻结行、列或窗格 使用 Aspose.Cells for C++...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...
Learn how to manage dates and times through the Aspose.Cells for C++ API....stored in cells as numbers. Thus, the values of cells that contain...(fractional part) components. The Cell::GetDoubleValue() method returns...
Learn how to export DataBar, ColorScale, and IconSet conditional formatting while converting Excel files to HTML using Aspose.Cells for C++....supported by Microsoft Excel but Aspose.Cells for C++ supports it fully...following screenshot shows the Aspose.Cells output HTML file showing...
Learn how to retrieve the worksheet associated with an Excel chart using Aspose.Cells for C++. Our guide will show you how to access the worksheet and perform operations on it to manipulate the underlying data of the chart.... Aspose.Cells provides the Chart::GetWorksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...
Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....Objects into the Worksheet Aspose.Cells supports adding, extracting...worksheets. For this reason, Aspose.Cells has the OleObjectCollection...
Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....Document Information Panel Aspose.Cells can be used to add custom...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...
This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....Pages Wide and Tall Using Aspose.Cells To set FitToPagesWide and...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...
Learn how to add WordArt watermarks to Excel worksheets using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...