Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 82,273 for

workbook

(0.08 sec)
  1. Split Screen of Excel Worksheet with Node.js vi...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using Node.js C++ Addon....new Workbook. const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/nodejs-cpp/how-to-split-s...
  2. 在 Jython 中保存文件|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 import Workbook from com . aspose . cells...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/zh/java/saving-files-in-j...
  3. Page Break Preview in Jython|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 import Workbook class PageBreakPreview : def...PageBreakPreview / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/page-break-preview-i...
  4. 在PHP中加密文件|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/encrypting-files-i...
  5. Using FormulaText Function in Aspose.Cells with...

    Learn how to work with Excel's FORMULATEXT function using Aspose.Cells for Python via .NET. Get and set cell formulas programmatically while maintaining spreadsheet integrity....cells import Workbook # Create a workbook object workbook = Workbook...first worksheet worksheet = workbook . worksheets [ 0 ] # Put some...

    docs.aspose.com/cells/python-net/using-formulat...
  6. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set preset WordArt style to the text of a shape using Aspose.Cells for C++....(); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  7. 在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 ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  8. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....custom properties inside the workbook object which are visible inside...menu commands. Please use Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  9. 在共享工作簿时,更新保持修订日志历史天数,使用Node.js通过C++|Documentation

    学习如何用Aspose.Cells for Node.js via C++更新共享工作簿中保持修订日志的天数。...empty workbook const workbook = new AsposeCells . Workbook ();...(); // Share the workbook workbook . getSettings (). setShared (...

    docs.aspose.com/cells/zh/nodejs-cpp/update-days...
  10. Adjusting Row Height and Column Width in Python...

    Use Python Excel API to create Excel files in Python. Adjust row height and column width in XLSX or XLS in your Python applications without MS Office....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . self . dataDir + 'Book1.xls' ) \ # Accessing...

    docs.aspose.com/cells/java/adjusting-row-height...