Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 229,509 for

aspose cells

(0.27 sec)
  1. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/change-character-spac...
  2. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  3. Password Protect the VBA Project of Excel Workb...

    Learn how to password protect the VBA Project of an Excel workbook using Aspose.Cells with C++....Project of a workbook with Aspose.Cells using the VbaProject.Protect()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/password-protect-the-...
  4. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....Headers and Footers using Aspose.Cells for C++ With Worksheet.PageSetup...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  5. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...使用C++将文件保存到响应对象 Contents [ Hide ] Aspose.Cells可以操作文件。本文解释了可以将文件保存到响应对象的各种方法。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  6. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...xcel一样,Aspose.Cells也支持配置单元格的字体设置。 配置字体设置 Aspose.Cells提供了一个类,...GetCells() 集合中的每个项代表了 Cell 类的对象。 Aspose.Cells提供了 Cell 类的 GetStyle 和 SetStyle...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  7. Protect and Unprotect Workbook Structure with C...

    Protect and unprotect workbook structure of Excel files using C++ with Aspose.Cells....Workbook Structure Using Aspose.Cells for C++ Only need the following...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  8. Read and Write External Connection of XLS and X...

    Learn how to read and modify external database connections in XLS/XLSB files using Aspose.Cells for C++....Possible Usage Scenarios Aspose.Cells for C++ supports reading...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/read-and-write-extern...
  9. Output Blank Page when there is Nothing to Prin...

    Handle empty worksheets and print blank pages with Aspose.Cells using C++....the sheet is empty, then Aspose.Cells will not print anything...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/output-blank-page-whe...
  10. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...Aspose.Cells提供设置 ImageOrPrintOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...