Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 235,195 for

aspose.cells

(0.6 sec)
  1. System Requirements|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....Requirements Contents [ Hide ] Aspose.Cells for Reporting Services (including...(including the Aspose.Cells.ReportingServices client, add‑ins...

    docs.aspose.com/cells/reportingservices/system-...
  2. 在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 ] 迁移提示:...另存为微软Excel文件。 下面是用VSTO(C#)和Aspose.Cells for .NET(C#)编写的并行代码片段,展示了如何完成这些任务。...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  3. Access the Text Box by the Name with JavaScript...

    Learn how to access a text box by name from the collection in Aspose.cells for JavaScript via C++....html > < head > < title > Aspose.Cells TextBox Example </ title...</ body > < script src = "aspose.cells.js.min.js" ></ script >...

    docs.aspose.com/cells/javascript-cpp/access-the...
  4. Detect Hyperlink Type|Documentation

    Learn how to detect hyperlink type through the Aspose.cells for JavaScript via C++ API.... Aspose.Cells for JavaScript via C++ supports...</ body > < script src = "aspose.cells.js.min.js" ></ script >...

    docs.aspose.com/cells/javascript-cpp/detect-hyp...
  5. 通过JavaScript和C++计算页面设置缩放比例因子|Documentation

    本文提供示例代码,说明如何通过C++中的JavaScript API以编程方式计算Excel工作表的页面设置缩放比例,使用“适合n页宽 m页高”选项。...html > < head > < title > Aspose.Cells Example - Page Scale </...</ body > < script src = "aspose.cells.js.min.js" ></ script >...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  6. 通过C++和Node.js获取或设置嵌入式OLE对象的类标识符|Documentation

    学习如何通过C++在Node.js中使用Aspose.cells获取或设置嵌入式OLE对象的类标识符。...Contents [ Hide ] 可能的使用场景 Aspose.Cells提供 OleObject.getClassIdentifier()...AsposeCells = require ( "aspose.cells.node" ); // The path to...

    docs.aspose.com/cells/zh/nodejs-cpp/get-or-set-...
  7. 使用Node.js通过C++刷新关联形状的数值|Documentation

    学习如何使用Aspose.cells for Node.js via C++在Excel中刷新关联形状的数值。...如果你想用Aspose.Cells for Node.js via C++保存工作...包含一个链接到单元格A1到E4的图片。我们将用 Aspose.Cells 改变B4单元格的值,然后调用 ShapeCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/refresh-val...
  8. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.cells for C++ API.... Aspose.Cells also allows you to apply...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  9. 如何用 C++ 改变批注的字体颜色|Documentation

    学习如何使用 Aspose.cells 和 C++ 自定义批注的字体颜色。...Aspose.Cells提供了API以完成此任务。 Aspose.Cells 提供了 Shape.GetTextBody()...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/how-to-change-the-...
  10. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.cells for C++ 高效合并Excel文件。...合并文件 Contents [ Hide ] 介绍 Aspose.Cells 提供多种合并文件的方法。对于包含数据、格式和公式的简单文件,可以使用...MergeFiles 静态方法来合并多个文件。 使用Aspose.Cells合并文件 以下示例代码演示如何使用 CellsHelper...

    docs.aspose.com/cells/zh/cpp/merge-files/