Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 161,046 for

workbook

(0.1 sec)
  1. setExternalWorkbook | Aspose.Sildes for PHP via...

    setExternalWorkbook Contents [ Hide ] setExternalWorkbook(String WorkbookPath) method Sets external Workbook as a dat......workbookPath) method Sets external workbook as a data source for the chart...be updated from the target workbook. Parameters Name Type Description...

    reference.aspose.com/slides/php-java/aspose.sli...
  2. Opening Files in Python|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....Opening from path \# Creatin an Workbook object with an Excel file...file path workbook1 = self . Workbook ( self . dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/opening-files-in-pyt...
  3. Convert-Excel-to-JSON|Documentation

    Learn how to convert excel file to json with Aspose.Cells for Python via .NET API....NET supports converting a Workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/python-net/convert-excel-...
  4. Not Able to Convert JSON to HTML , Please help ...

    I was following the below code here is the code public static void convertFileToHTML(String savePath) throws Exception { Workbook Workbook = new Workbook(savePath+"test.json"); HtmlSaveOptions saveOpt…...throws Exception { Workbook workbook = new Workbook(savePath+"test...setPageTitle("Convert JSON to HTML"); workbook.save(savePath + "SampleJson_out...

    forum.aspose.com/t/not-able-to-convert-json-to-...
  5. Add Word Art Watermark to Worksheet using Aspos...

    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.... Java Workbook workbook = new Workbook (); //Get the...default sheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/add-word-art-waterma...
  6. 在Jython中向新的Excel文件添加工作表|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...AddingWorksheetstoNe / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/adding-worksheets...
  7. Find and Replace in Spreadsheet|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....= "" ) { workbook = new Workbook ( FOD_OpenFile . FileName...foreach ( Worksheet sheet in workbook . Worksheets ) { found +=...

    docs.aspose.com/cells/net/find-and-replace-in-s...
  8. Public API Changes in Aspose.Cells 8.3.1|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....//Create workbook from the source Excel file Workbook workbook = new...new Workbook ( "sample.xlsx" ); //Access the first worksheet Worksheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 在 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...Instantiating a Workbook object workbook = Workbook ( dataDir + "Book1...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  10. Add Image in Worksheet|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 workbook = new Workbook (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/net/add-image-in-worksheet/