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

aspose cells

(0.29 sec)
  1. Specify Author while Write Protecting Workbook ...

    Learn how to specify an author name while write protecting a workbook using Aspose.Cells for C++....your workbook using the Aspose.Cells API. Use the Workbook.GetAuthor()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/specify-author-while-...
  2. 用C++管理工作簿|Documentation

    学习如何通过Aspose.Cells for C++ API管理工作簿。...用C++管理工作簿 Contents [ Hide ] Aspose.Cells for C++提供了强大而灵活的API用于管理...#include <Aspose.Cells.h> int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/managing-workbooks...
  3. 使用Aspose.Cells在C++中创建Excel工作簿中的签名行|Documentation

    本文介绍如何使用C++代码结合Aspose.Cells for C++在Excel工作簿中创建签名行。...使用Aspose.Cells在C++中创建Excel工作簿中的签名行 Contents [ Hide ] 介绍 Microsoft...签名行 来添加签名行。 如何为Excel创建签名行 Aspose.Cells也提供了这个功能,并为此暴露了 Picture.SignatureLine...

    docs.aspose.com/cells/zh/cpp/create-signature-l...
  4. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0); Cells Cells = worksheet.getCells(); Cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...calculate width Aspose.Cells Product Family cells-java xuerui December...getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  5. 通过 Microsoft Excel 与 C++ 自动刷新 OLE 对象|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 在 Microsoft Excel 中自动刷新 OLE 对象。...OLE 对象 Contents [ Hide ] Aspose.Cells 提供了 OleObject.GetAutoLoad()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/automatically-refr...
  6. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells APIs have enhanced the Protection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/verify-password-used-...
  7. Export VBA Certificate to File or Stream with C...

    Learn how to export a VBA digital certificate to a file or memory stream using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells allows you to export a VBA...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/export-vba-certificat...
  8. Show Report Filter Pages Option with C++|Docume...

    Learn how to enable the "Show Report Filter Pages" option in pivot tables using Aspose.Cells for C++.... Aspose.Cells also supports this feature...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/show-report-filter-pa...
  9. 用C++将VBA证书导出到文件或流|Documentation

    了解如何使用Aspose.Cells for C++将VBA数字证书导出到文件或内存流。...用C++将VBA证书导出到文件或流 Contents [ Hide ] Aspose.Cells允许您将VBA数字证书导出到文件或内存流。您可以使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-vba-certifi...
  10. Export XML Data linked to XML Map inside the Wo...

    Learn how to export XML data linked to XML Maps inside your workbook 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-xml-data-linke...