Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 161,041 for

workbook

(0.12 sec)
  1. Protect and lock XLSX document via C++ | produc...

    C++ example code to lock XLSX file using password on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....file intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...Protect workbook by specifying protection type workbook->Prote...

    products.aspose.com/cells/cpp/protect/xlsx/
  2. 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 . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Using PyInstaller to Easily Distribute Python A...

    Package python code to exe via pyinstaller.... api import Workbook , FileFormatType , CellsHelper...()) workbook = Workbook ( FileFormatType . XLSX ) workbook . getWorksheets...

    docs.aspose.com/cells/python-java/pyinstaller-p...
  4. Repair xlsm file via Python | products.aspose.com

    Repair a corrupt xlsm file using Python. Recovery tool to repair corrupted xlsm file within Python application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xlsm file will...

    products.aspose.com/cells/python-java/recovery/...
  5. Convert XLTX to POWERPOINT using Java or with f...

    Java API to Export XLTX to POWERPOINT or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....Java Open XLTX file using Workbook class Convert XLTX to PDF...POWERPOINT Conversion Workbook book = new Workbook ( "input.xltx" );...

    products.aspose.com/total/java/conversion/xltx-...
  6. Convert XLTX to WORD using Java or with free On...

    Java API to Export XLTX to WORD or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....Java Open XLTX file using Workbook class Convert XLTX to PDF...WORD Conversion Workbook book = new Workbook ( "input.xltx" );...

    products.aspose.com/total/java/conversion/xltx-...
  7. Bold/Italic Style overflow in save as PDF for S...

    Thanks a lot Amjad. Will try and come back to you shortly....Instantiate a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; worksheet.Cells["A10"]...

    forum.aspose.com/t/bold-italic-style-overflow-i...
  8. Editable Range with Named Ranges - Free Support...

    Hello, I have some named ranges in an excel sheet and trying to make the cells in those ranges editable and the remaining cells in the sheet as read only. I tried to use the SetEditableRange() function but it doesn’t ta…...from the workbook using the below code: Workbook workbook = new...new Workbook(“c:\excel.xlsx”); Range[] ranges = workbook.Worksheets...

    forum.aspose.com/t/editable-range-with-named-ra...
  9. Repair xlsm file via .NET | products.aspose.com

    Repair a corrupt xlsm file using C#. Recovery tool to repair corrupted xlsm file within .NET application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xlsm file will...

    products.aspose.com/cells/net/recovery/repair-x...
  10. Class Title | Aspose.Cells for .NET API Reference

    Aspose.Cells.Charts.Title class. Encapsulates the object that represents the title of chart or axis...Examples [C#] Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; Cells cells = sheet . Cells...

    reference.aspose.com/cells/net/aspose.cells.cha...