Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 203,310 for

cells

(0.06 sec)
  1. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....Cells supports the DBNum custom pattern...formatting. For example, if your cell value is 123 and you specify...

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  2. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...Cells for C++,我们可以检查默认字体是否为主题字体,或通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  3. 使用C++利用OpenXml的Sheet.SheetId属性|Documentation

    本文演示如何使用C++的Excel操作API或库,编程实现OpenXml的Sheet.SheetId属性的使用。...Cells提供了 Worksheet.GetTabId() 属性作为等价属性。...属性作为等价属性。 使用 Aspose.Cells 利用 OpenXml 的 Sheet.SheetId 属性 以下示例代码加载了...

    docs.aspose.com/cells/zh/cpp/utilize-sheet-shee...
  4. 用C++筛选图表数据的三种方法。|Documentation

    了解如何使用Aspose.Cells for C++在Excel中筛选图表。我们全面的指南将演示如何应用筛选、定制图表元素,以及使用数据分析工具获取更好的洞察和做出明智的决策。...Cells中,我们可以执行类似操作。对于 示例 文件,如果要筛选掉...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/filtering-charts-i...
  5. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table elements styles using Aspose.Cells for C++ with HtmlSaveOptions.TableCssId property....Cells allows you to prefix table elements...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/prefix-table-elements...
  6. 使用C++在共享工作簿中更新保存历史记录的天数|Documentation

    学习如何使用Aspose.Cells的C++ API更新共享工作簿中保存历史的天数。...Cells的 WorksheetCollection.GetDaysPreservingHis()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/update-days-preser...
  7. Group Pivot Fields in the Pivot Table with C++|...

    Learn how to group pivot fields in a pivot table using Aspose.Cells for C++....Cells also provides this feature using...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/group-pivot-fields-in...
  8. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel workbooks to HTML using Aspose.Cells for C++....Cells by default exports the hidden...the _files directory. Aspose.Cells provides the HtmlSaveOptions...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...
  9. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple Cells from an external Excel file and paste them into the GridJs…...Cells Product Family parthiveera May...Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  10. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++....Cells supports the rendering of timeline...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/rendering-timeline/