Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 238,951 for

aspose cells

(0.29 sec)
  1. 用C++创建联合范围|Documentation

    使用Aspose.Cells在Excel文件中创建联合范围...Contents [ Hide ] 创建联合范围 Aspose.Cells提供了通过 CreateUnionRange 方法创建联合范围的能力。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-union-range/
  2. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++....Query Table Data Source With Aspose.Cells, you can read and write...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  3. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...Aspose.Cells通过设置 Shape.Text 属性提供此功能。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  4. Export Excel to HTML with GridLines with C++|Do...

    Learn how to export Excel files to HTML with gridlines 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/export-excel-to-html-...
  5. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Possible Usage Scenarios Aspose.Cells provides the feature to...Excel file, adds some text in cell B5 in Red color, and then saves...

    docs.aspose.com/cells/cpp/export-worksheet-css-...
  6. 为表单控件分配宏代码(如按钮)|Documentation

    学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。...为表单控件分配宏代码(如按钮) Contents [ Hide ] Aspose.Cells允许您向按钮等窗体控件分配宏代码。请使用 Shape...ShowMessage () MsgBox "Welcome to Aspose!" End Sub 在C++中将宏分配给表单控件 以下是生成输出XLSM文件的示例代码...

    docs.aspose.com/cells/zh/cpp/assign-macro-to-fo...
  7. 用C++减少单元格Calculate方法的计算时间|Documentation

    本文介绍如何使用Aspose.Cells库来减少Microsoft Excel中单元格计算方法的计算时间。 通过加载现有的Excel文件或创建一个新文件,我们可以使用Aspose.Cells提供的方法来优化单元格计算方法并提高其性能。 最后,我们将修改后的Excel文件保存到磁盘。...Aspose.Cells提供了 CalculationOptions.GetRecursive()...false 时,只会计算一次依赖单元格,之后不会重新计算。 减少Cell.Calculate()方法的计算时间 以下示例代码演示了...

    docs.aspose.com/cells/zh/cpp/decrease-the-calcu...
  8. 使用C++获取单元格索引|Documentation

    学习如何通过单元格、行名或列名获取行或列索引。使用Aspose.Cells与C++将单元格名称转换为零基的行和列索引。... Aspose.Cells提供此功能,以通过行、列和单元格的名称获取行和列索引。 Aspose.Cells提供以下属性和方法帮助你实现目标:...CellsHelper::RowNameToIndex 注意:在Aspose.Cells for C++中索引从零开始,但在MS Excel中行的ID是从一开始的。...

    docs.aspose.com/cells/zh/cpp/get-cells-index/
  9. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

    学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...Aspose.Cells支持重新采样已添加的图像,以减小输出的PDF文件大小并稍微提高性能。...稍微提高性能。 请参阅以下示例代码,描述如何使用Aspose.Cells API执行该任务。该示例将Microsoft ...

    docs.aspose.com/cells/zh/cpp/resampling-added-i...
  10. Using WorkbookMetadata with C++|Documentation

    Learn how to use WorkbookMetadata to edit custom document properties of a workbook in C++ with Aspose.Cells....with C++ Contents [ Hide ] Aspose.Cells allows you to load a lightweight...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/using-workbookmetadata/