Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 161,045 for

workbook

(0.12 sec)
  1. Convert Spreadsheet to PDF in xlsx4j|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....Java Workbook workbook = new Workbook ( dataDir + "workbook.xls"...the document in PDF format workbook . save ( dataDir + "AsposeConvert...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  2. Assign Macro to Form Control|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....a Form Control inside the workbook. The following sample code...code creates a new workbook, assign a Macro Code to a Form Button...

    docs.aspose.com/cells/net/assign-macro-to-form-...
  3. setRecoverWorkbookFromChartCache | Aspose.Silde...

    setRecoverWorkbookFromChartCache setRecoverWorkbookFromChartCache(boolean value) function If data source for the char......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/nodejs-java/aspose....
  4. Images extracted from Excel are thumbnails - Fr...

    I have an Excel document which contains some pictures. I want to use Aspose.Cells to extract a picture from excel, but I found that the extracted picture is a thumbnail, not the original picture. void Main() { string f…...xlsx"; var workbook = new Aspose.Cells.Workbook(filePath); var...Picture>(); pictureList.AddRange(workbook.Worksheets[0].Pictures); foreach(var...

    forum.aspose.com/t/images-extracted-from-excel-...
  5. 在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 by excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/zh/java/display-or-hide-g...
  6. Aspose.Cells 8.7.0中的公共API更改|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....); //Create an instance of Workbook //Optionally load an existing...existing spreadsheet Workbook book = new Workbook ( inFilePath );...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Public API Changes in Aspose.Cells 8.0.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....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook. In order to change the memory...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Aspose::Cells::Range::AutoFill method | Aspose....

    Aspose::Cells::Range::AutoFill method. Automaticall fill the target range in C++....//Instantiating a Workbook object Workbook workbook ; // Get the first...Worksheet Cells. Cells cells = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells/ran...
  9. Setup Environment and Installation Guidelines|D...

    Setup Aspose.Cells for Python via .NET and installation guidelines....cells import Workbook, FileFormatType workbook = Workbook(FileFormatType...Workbook(FileFormatType.XLSX) workbook.worksheets.get(0).cells.get("A1").put_value("Hello...

    docs.aspose.com/cells/python-net/setup-environm...
  10. 在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....//Instantiate a Workbook object by excel file path $workbook = new Workbook...file $customProperties = $workbook -> getWorksheets () -> getCustomDocumentPro...

    docs.aspose.com/cells/zh/java/managing-document...