Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 82,045 for

workbook

(0.05 sec)
  1. Managing Worksheets in 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....//Instantiating a Workbook object $workbook = new Workbook (); //Adding...worksheet to the Workbook object $worksheets = $workbook -> getWorksheets...

    docs.aspose.com/cells/java/managing-worksheets-...
  2. Show and Hide Rows, Columns, and Scroll Bars wi...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the C++ language and the Aspose.Cells API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/show-and-hide-rows-co...
  3. 通过 Node.js 转换 Excel 工作簿为 Ods、Sxc 和 Fods(OpenOff...

    如何使用 Aspose.Cells for Node.js via C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...node" ); // Load Excel workbook const excelFilePath = path...xlsx" ); let workbook = new AsposeCells . Workbook ( excelFilePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  4. Protect and unProtect Worksheets|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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the excel file. Workbook workbook = new...

    docs.aspose.com/cells/net/protect-and-unprotect...
  5. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...# Load sample workbook workbook = ac . Workbook ( "input.xlsx"...first worksheet worksheet = workbook . worksheets [ 0 ] # Set print...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  6. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files....xls" ; // Create workbook Workbook workbook ( inputFilePath );...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  7. Display and Hide Scrollbars of Workbooks|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....Display and Hide Scrollbars of Workbooks Contents [ Hide ] Aspose.Cells...Scrollbars of Workbooks Aspose.Cells provides a class, Workbook that represents...

    docs.aspose.com/cells/java/display-and-hide-scr...
  8. 在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 RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  9. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-font-settings/
  10. Adding Worksheets to New Excel File in Jython|D...

    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...AddingWorksheetstoNe / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/adding-worksheets-to...