Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 229,504 for

aspose cells

(0.2 sec)
  1. Search and Replace Data in a Range with C++|Doc...

    This article shows how to search and replace data in a range in Excel using C++ code....any cell values outside the desired range. Aspose.Cells allows...This article explains how. Aspose.Cells provides the FindOptions::SetRange()...

    docs.aspose.com/cells/cpp/search-and-replace-da...
  2. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。... Aspose.Cells允许您在工作表中获取合并的单元区域。您也可以取消合并(拆分)它们。本文展示了使用...。本文展示了使用 Aspose.Cells API 执行任务的最简单的代码。 该组件提供 Cells::GetMergedAreas()...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...
  3. Specify image resolution, quality, compression ...

    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....sample value to "A1" cell worksheet . Cells [ "A1" ]. PutValue...sample value to "A2" cell worksheet . Cells [ "A2" ]. PutValue...

    docs.aspose.com/cells/net/specify-image-resolut...
  4. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...Contents [ Hide ] 页面设置功能 Aspose.Cells提供了一套全面的功能,用于配置Excel文件的页...#include <Aspose.Cells.h> using namespace Aspose :: Cells ; void...

    docs.aspose.com/cells/zh/cpp/page-setup-features/
  5. 使用 GlobalizationSettings 类进行自定义子合计标签和饼图中的其他标签(C...

    学习如何在 Aspose.Cells for C++ 中使用 GlobalizationSettings 类自定义子合计标签和修改饼图中的“其他”标签。...Contents [ Hide ] 可能的使用场景 Aspose.Cells API已公开 GlobalizationSetting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/zh/cpp/using-globalizatio...
  6. Need thoughts on the use of Aspose.Total Licens...

    Hello, I have a license for “Aspose.Total For Java” for version 24.6 Here are the details of my license: LicenseType - "Developer OEM" LicenseNote - "1 Developer And Unlimited Deployment Locations" OEM - "This is a re…...the use of Aspose.Total License use Aspose.Cells Product Family...Family license , cells-python , aspose-total AnonymousABC August...

    forum.aspose.com/t/need-thoughts-on-the-use-of-...
  7. Create Transparent Image of Excel Worksheet wit...

    Generate transparent images of Excel worksheets using Aspose.Cells with C++....to all cells which have no fill colors. Aspose.Cells provides...this property is false , then cells with no fill colors are drawn...

    docs.aspose.com/cells/cpp/create-transparent-im...
  8. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Aspose.Cells也允许使用 Worksheet.Slicers.Add()...XLSB 格式保存工作簿。以下屏幕截图显示了由 Aspose.Cells 在输出 Excel 文件中创建的切片器。 示例代码...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  9. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...别担心, Aspose.Cells 提供了相关API接口帮你实现这一点。 以下示例代码将文本对齐应用于文本框。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  10. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...Aspose.Cells for C++库能满足这些需求。以下内容介绍如...为其他格式的方法。 我们提供示例代码,帮助你使用Aspose.Cells for C++实现这些目标。所需的示例文件已包含在内。...

    docs.aspose.com/cells/zh/cpp/export-equation/