Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 201,352 for

aspose cells

(0.15 sec)
  1. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。... 使用 Aspose.Cells for C++ 取消冻结行、列或窗格 使用 Aspose.Cells for C++...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  2. How to Manage Dates and Times with C++|Document...

    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...

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  3. Export DataBar, ColorScale, and IconSet Conditi...

    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...

    docs.aspose.com/cells/cpp/export-databar-colors...
  4. Get Worksheet of the Chart with C++|Documentation

    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...

    docs.aspose.com/cells/cpp/get-worksheet-of-the-...
  5. Managing OLE Objects with C++|Documentation

    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...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  6. 使用 Aspose.Cells 和 C++ 检查密码修改权限|Documentation

    使用 Aspose.Cells 和 C++ 检查提供的密码是否匹配“密码修改”...使用 Aspose.Cells 和 C++ 检查密码修改权限 Contents [ Hide ] 有时你需要以编程方式检...有时你需要以编程方式检查提供的密码是否与“密码修改”匹配。Aspose.Cells 提供 WorkbookSettings.WriteProtection...

    docs.aspose.com/cells/zh/cpp/check-password-to-...
  7. Adding Custom Properties visible inside Documen...

    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...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  8. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  9. How to Print Excel as Fitted Pages Wide and Tal...

    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...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  10. Add WordArt Watermark to Worksheet with C++|Doc...

    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...

    docs.aspose.com/cells/cpp/add-wordart-watermark...