Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 229,096 for

aspose cells

(0.15 sec)
  1. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。...] 您可以使用Aspose.Cells获取应用于单元格的验证。Aspose.Cells为此提供了 Cell::GetValidation()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  2. 使用 C++ 从 Excel 文件中提取主题数据|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持从 Excel 文件提取主题数据,允许用户获取文档的样式和格式信息。本文将介绍如何使用 Aspose.Cells 库从 Excel 文件中提取主题数据。...文件中提取主题数据 Contents [ Hide ] Aspose.Cells 允许用户从 Excel 文件中提取与主题相关的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/extract-theme-data...
  3. Get the Version Number of the Application that ...

    Learn how to retrieve the version number of the application that created an Excel document using Aspose.Cells with C++.... Aspose.Cells provides the Workbook.GetVersion()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/get-the-version-numbe...
  4. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML into a Workbook 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/autofit-columns-and-r...
  5. 导入HTML时删除换行后多余空格(使用C++)|Documentation

    了解如何在导入HTML时删除换行后的多余空格(使用Aspose.Cells for C++)。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String html = u8...

    docs.aspose.com/cells/zh/cpp/delete-redundant-s...
  6. Protect and Unprotect Worksheet with C++|Docume...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for C++....worksheet, you can lock the cells on your Excel worksheet and...Protect Worksheet Using Aspose.Cells for C++ Only need the following...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  7. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-high-low-close...
  8. Protecting Worksheets with C++|Documentation

    Learn how to protect worksheets, rows, columns, and specific Cells in Microsoft Excel files using Aspose.Cells with C++.... Protect a Worksheet Aspose.Cells provides a class, Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/protecting-worksheets/
  9. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...用C++显示和隐藏网格线及行列标题 Contents [ Hide ] Aspose.Cells支持隐藏和显示工作表中默认情况下可见的网格线。它还提供了控制工作表的行列标题的可见性。...其中每个单元格都易于识别。 控制网格线的可见性 Aspose.Cells提供一个类 Workbook ,代表一个Microsoft...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  10. 在VSTO和Aspose.Cells中旋转单元格文字|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....在VSTO和Aspose.Cells中旋转单元格文字 Contents [ Hide ] 要旋转工作表中单元格中的文本,请按以下步骤进行:...随后的代码示例展示了如何先在VSTO中使用C#执行这些步骤,然后再在Aspose.Cells中使用C#执行这些步骤。 VSTO //intiate...

    docs.aspose.com/cells/zh/net/rotating-cell-text...