Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 239,180 for

aspose cells

(0.12 sec)
  1. Adding New Worksheets to Workbook and Activatin...

    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.... The new cells will be filled with data at...these tasks using VSTO and Aspose.Cells for .NET . Adding Worksheets...

    docs.aspose.com/cells/net/adding-new-worksheets...
  2. Convert Excel to HTML with tooltip using C++|Do...

    Convert Excel to HTML while adding tooltips with Aspose.Cells using C++.... Aspose.Cells supports this by providing...<iostream> #include "Aspose.Cells.h" #include "Aspose.Cells/HtmlSaveOptions...

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  3. Add a library reference to VBA project in workb...

    Learn how to add or register library references to the VBA project in a workbook using Aspose.Cells for C++....You can do it using the Aspose.Cells VbaProject.References.A...project in a workbook using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/add-a-library-referen...
  4. Formatting Slicer with C++|Documentation

    Format slicers in Microsoft Excel using Aspose.Cells with C++.... Aspose.Cells also allows you to do this...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/formatting-slicer/
  5. 用C++检查工作簿中的VBA项目是否已签名|Documentation

    Aspose.Cells在C++中检测工作簿中的VBA项目是否已签名...也可以用Aspose.Cells的 Workbook.VbaProject.IsSigned...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  6. Export Comments while Saving Excel files to HTM...

    Learn how to export comments while saving Excel files to HTML using Aspose.Cells with C++.... However, Aspose.Cells provides this feature using...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/export-comments-while...
  7. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...批注: 无 工作表末尾 如在工作表上显示的那样 Aspose.Cells提供了 PrintCommentsType 枚举以支持相同的功能。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  8. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Aspose.Cells提供了 Chart::GetWorksheet 方法,可以返回包含图表的工作表的引用。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  9. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  10. Determine if Shape is Smart Art Shape with C++|...

    Learn how to determine if a shape is a Smart Art Shape using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/determine-if-shape-is...