Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 229,239 for

aspose cells

(0.19 sec)
  1. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。... Aspose.Cells支持Excel XP或更高版本提供的所有高级保护设置。...码。 使用Aspose.Cells的高级保护设置 Aspose.Cells支持所有高级保护设置。 Aspose.Cells...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  2. 导出数据棒、颜色刻度和图标集条件格式时的Excel转HTML,支持C++|Documentation

    学习在使用 Aspose.Cells for C++ 将Excel文件转换为HTML时,导出数据条、颜色刻度和图标集条件格式。...性能被Microsoft Excel部分支持,但Aspose.Cells for C++支持完整导出。 在Excel转H...。你可以通过提供的链接下载 示例Excel文件 。 下方截图显示了Aspose.Cells输出的HTML文件,展示了数据条、颜色刻度和图标集条件格式。如你所见,它与...

    docs.aspose.com/cells/zh/cpp/export-databar-col...
  3. How to set point as total with C++|Documentation

    In some Excel chart, for example, waterFall chart, you may need to set point as total. This article describes how to use Aspose.Cells with C++ to do it....use Aspose.Cells to set it up correctly. Use Aspose.Cells to “Set...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...
  4. 用C++插入时间线|Documentation

    学习如何用C++和Aspose.Cells创建时间线。...Aspose.Cells也支持使用 Worksheet.Timelines...output XLSX 格式保存工作簿。以下截图显示了Aspose.Cells在输出Excel文件中创建的时间轴。 示例代码 #include...

    docs.aspose.com/cells/zh/cpp/create-timeline/
  5. 使用C++管理单元格HTML字符串|Documentation

    通过Aspose.Cells for C++ API学习如何管理单元格HTML字符串。...Aspose.Cells提供了此功能。Aspose.Cells提供以下属性和方法以帮助您实现目标。 Cell::GetHtmlString...Cell::GetHtmlString Cell::SetHtmlString 使用 Aspose.Cells 获取和设置 HTML 字符串...

    docs.aspose.com/cells/zh/cpp/manage-cells-html-...
  6. 在 Jython 中管理分页符|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....Contents [ Hide ] Aspose.Cells - 管理分页符 使用 Aspose.Cells Java for Jython...代码 from aspose - cells import Settings from com . aspose . cells...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  7. 用 C++ 从工作表中删除数据透视表|Documentation

    使用 Aspose.Cells 的 C++ 代码删除 Excel 工作表中的数据透视表。...从工作表中删除数据透视表 Contents [ Hide ] Aspose.Cells提供了一个功能,用于删除或移除工作表中的数据透视...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/delete-pivot-table...
  8. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the Cells. This article will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images.... You can use Aspose.Cells DataBar.ToImage() method...generate a DataBar image using Aspose.Cells. The following sample code...

    docs.aspose.com/cells/cpp/generate-conditional-...
  9. 设置列宽为可缩放单位,如em或百分比,使用C++实现|Documentation

    学习如何使用Aspose.Cells for C++将列宽设置为可缩放单位,如em或百分比。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/zh/cpp/set-column-width-t...
  10. Remove Unused Styles inside the Workbook with C...

    Remove unused styles in Excel workbook using Aspose.Cells with C++.... Aspose.Cells provides the Workbook.RemoveUnusedStyles()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-unused-styles-...