Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 82,029 for

workbook

(0.18 sec)
  1. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetObjectData ( data ); } workbook . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  3. Disable Compatibility Checker in Excel|Document...

    This article shows how to disable compatibility checker through the Aspose.Cells for .NET API.... When you save a workbook in a previous version, Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/net/disable-compatibility...
  4. Save Specified Worksheets to PDF with Node.js v...

    Learn how to save specified worksheets to PDF using Aspose.Cells for Node.js via C++....all visible worksheets in a workbook to a PDF file. With PdfSaveOptions...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/save-specified...
  5. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。...Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  6. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using Python...worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/python-net/working-solut...
  7. Add Icons to Worksheet with Node.js via C++|Doc...

    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.... buffer ; // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/insert-svg-to-...
  8. Public API Changes in Aspose.Cells 8.7.2|Docume...

    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....instance of Workbook Workbook workbook = new Workbook (); //Access...collection Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Formatting Pivot Table with C++|Documentation

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++....Load a template file Workbook workbook ( inputFilePath ); int...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/formatting-pivot-table/
  10. 在使用C++通过Node.js加载文件时自动调整行高|Documentation

    学习如何在加载文件时自动调整未自定义高度的行,使用Aspose.Cells for Node.js via C++。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...