Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 18,225 for

excel worksheet

(0.05 sec)
  1. 在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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  2. Extract OLE Objects from Workbook with C++|Docu...

    Learn how to extract OLE objects from a workbook using Aspose.Cells with C++....Microsoft Excel. Add a Microsoft Word document, an Excel workbook...OLE objects on the first worksheet. Template document with OLE...

    docs.aspose.com/cells/cpp/extract-ole-objects-f...
  3. Set External Links in Formulas with C++|Documen...

    Learn how to include links to external files in formulas using Aspose.Cells with C++....workbook ; // Get first Worksheet Worksheet sheet = workbook . GetWorksheets...:: Cleanup (); } Supported Excel Functions with C++ Ways to Calculate...

    docs.aspose.com/cells/cpp/set-external-links-in...
  4. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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.... Added APIs Support for Excel 2016 Charts Aspose.Cells APIs...added the support for a few Excel 2016 charts by enhancing the...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...println(options.getCopyFormatType()); worksheet.getCells().insertColumns(3...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  6. Rendering Timeline|Documentation

    Manage timelines of Excel files with Aspose.Cells for Node.js via C++.... If you convert your worksheet into an image or you save...sample code loads the sample Excel file that contains an existing...

    docs.aspose.com/cells/nodejs-cpp/rendering-time...
  7. Specify how to cross string in output PDF and i...

    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.... When you save your Excel file into PDF/Image, you can...Default : Display text like MS Excel which depends on the next cell...

    docs.aspose.com/cells/net/specify-how-to-cross-...
  8. Create Pivot Table in xlsx4j|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....Cells: Add some data to a worksheet cells using a Cell object’s...Add a pivot table to the worksheet by calling the PivotTables...

    docs.aspose.com/cells/java/create-pivot-table-i...
  9. Copy VBA Macro UserForm DesignerStorage from Te...

    Learn how to copy a VBA project, including Designer Storage, from one Excel file to another using Aspose.Cells for Node.js via C++....project from one Excel file into another Excel file. A VBA project...VBA project from the template Excel file into an empty workbook...

    docs.aspose.com/cells/nodejs-cpp/copy-vba-macro...
  10. 在Ruby中拆分窗格|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...setActiveCell ( "A20" ) \ # Split the worksheet window workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/split-panes-in-ruby/