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...
了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...Aspose.Cells通过设置 Shape.Text 属性提供此功能。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...
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...
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...
学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。...为表单控件分配宏代码(如按钮) Contents [ Hide ] Aspose.Cells允许您向按钮等窗体控件分配宏代码。请使用 Shape...ShowMessage () MsgBox "Welcome to Aspose!" End Sub 在C++中将宏分配给表单控件 以下是生成输出XLSM文件的示例代码...
学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...Aspose.Cells支持重新采样已添加的图像,以减小输出的PDF文件大小并稍微提高性能。...稍微提高性能。 请参阅以下示例代码,描述如何使用Aspose.Cells API执行该任务。该示例将Microsoft ...
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...