Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 161,004 for

workbook

(0.34 sec)
  1. Read CSV File With Multiple Encodings|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....file into Workbook Workbook workbook = new Workbook ( dataDir...); //Save it in XLSX format workbook . save ( dataDir + "EncodedNewFile_Out...

    docs.aspose.com/cells/java/read-csv-file-with-m...
  2. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....and add a shape Workbook book = new Workbook ( "sample.xlsx"...and add a shape Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. combine method | Aspose.Cells for Python via .N...

    combine method combine Combines another Workbook object. def combine ( self , second_Workbook ): ... Parameter Type D......another Workbook object. def combine ( self , second_workbook ): ...Description second_workbook Workbook Another Workbook object. Remarks...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Convert XLS to Byte Array via C# | products.asp...

    C# Sample code for XLS to Byte Array conversion. Use this code for Excel XLS to Byte Array conversion within VB.NET, Asp.NET or any .NET based application....Load input XLS File using Workbook Initialize MemoryStream object...C# Conversion Workbook workbook = new Workbook( "sourceFile.xls"...

    products.aspose.com/cells/net/conversion/xls-to...
  5. Class Protection | Aspose.Cells for .NET API Re...

    Aspose.Cells.Protection class. Represents the various types of protection options available for a worksheet...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //Allowing...

    reference.aspose.com/cells/net/aspose.cells/pro...
  6. WorkbookRender constructor | Aspose.Cells for P...

    WorkbookRender constructor init The construct of WorkbookRender def __init__ ( self , Workbook , options ): ... Param......WorkbookRender def __init__ ( self , workbook , options ): ... Parameter...Description workbook Workbook Indicate which workbook to be rendered...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. WorkbookPrintingPreview constructor | Aspose.Ce...

    WorkbookPrintingPreview constructor init The construct of WorkbookPrintingPreview def __init__ ( self , Workbook , op......WorkbookPrintingPrev def __init__ ( self , workbook , options ): ... Parameter...Description workbook Workbook Indicate which workbook to be printed...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. While converting XLSX to PDF Dynamic marker is ...

    I have applied Dynamic marker in template.xlsx but it is not reflecting in Generated PDF file. JAVA Code . WorkbookDesigner w=new WorkbookDesigner(); Template template=dao.getTemplate(templateID); InputStream inp…...getTemplateData()); Workbook workbook=new Workbook(inputStream); w...w.setWorkbook(workbook); DataSource dataSourse=dao.getTemplateData();...

    forum.aspose.com/t/while-converting-xlsx-to-pdf...
  9. SpreadsheetOptions | Aspose.Sildes for PHP via ...

    SpreadsheetOptions SpreadsheetOptions class Represents options which can be used to specify additional spreadsheets b......for the chart is an external workbook and it’s not available, it...InvalidOperationExce Thrown when external workbook in unavailable and RecoverWorkbookFromC...

    reference.aspose.com/slides/php-java/aspose.sli...
  10. Unprotect a Worksheet 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 ( $dataDir..."book1.xls" ); $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/unprotect-a-workshee...