Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 82,060 for

workbook

(0.14 sec)
  1. Copying and Moving Worksheets in Ruby|Documenta...

    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....Worksheets Copy Worksheets within a Workbook To copy worksheet using Aspose...Code def copy_worksheet ( workbook ) # Create a Worksheets object...

    docs.aspose.com/cells/java/copying-and-moving-w...
  2. 显示和隐藏工作簿的滚动条|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提供了一个代表Excel文件的 Workbook 类。 Workbook 类提供了广泛的属性和方法来管理Exce...制Excel文件中滚动条的可见性,开发人员可以使用 Workbook 类的 setVScrollBarVisible 和...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  3. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for Node.js via C++....VBA code is valid using the Workbook.isValidSigned() property....its VBA code and save the workbook and then recheck, we find...

    docs.aspose.com/cells/nodejs-cpp/check-if-digit...
  4. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library.... On the View tab, in the Workbook Views group, click Page Layout...footers from the file. Construct Workbook to open the file. Gets the...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  5. Globalization and Localization with Python.NET|...

    Learn how to handle multilingual data and regional settings in Excel files using Aspose.Cells for Python via .NET....CultureInfo class Configure workbook locale settings Apply regional...cells import Workbook , CultureInfo # Create workbook with specific...

    docs.aspose.com/cells/python-net/globalization-...
  6. 在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...
  7. 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...
  8. 在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...
  9. Set External Links in Formulas with C++|Documen...

    Learn how to include links to external files in formulas using Aspose.Cells with C++....Instantiate a new Workbook Workbook workbook ; // Get first Worksheet...Worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-external-links-in...
  10. 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...