Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 161,136 for

workbook

(0.16 sec)
  1. 将图表转换为图像|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...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/convert-charts-to-...
  2. Create MS Excel XLSX Files via Python | product...

    Python Sample code for generating XLSX documents. Use this code for creating MS Excel XLSX files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create/xlsx/
  3. Create MS Excel XLTX Files via Python | product...

    Python Sample code for generating XLTX documents. Use this code for creating MS Excel XLTX files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create/xltx/
  4. Create MS Excel XLT Files via Python | products...

    Python Sample code for generating XLT documents. Use this code for creating MS Excel XLT files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create/xlt/
  5. AbstractCalculationMonitor: access to Cell obje...

    I am implementing an AbstractCalculationMonitor. In overriding my beforeCalculate method I would like access to the Cell object - specifically the isErrorValue() method but really I want access to the whole Cell which is…...AbstractCalculationM { private readonly Workbook _workbook; public MyCalculationMonitor(Workbook...MyCalculationMonitor(Workbook wb) { _workbook = wb; } public override void...

    forum.aspose.com/t/abstractcalculationmonitor-a...
  6. 在 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...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  7. SetExternalWorkbook() | Aspose.Slides for C++ A...

    Sets external Workbook as a data source for the chart. Chart data will be updated from the target Workbook....ing) method Sets external workbook as a data source for the chart...be updated from the target workbook. void Aspose :: Slides ::...

    reference.aspose.com/slides/cpp/aspose.slides.c...
  8. Class DataSorter | Aspose.Cells for .NET API Re...

    Aspose.Cells.DataSorter class. Summary description for DataSorter...a new Workbook object. Workbook workbook = new Workbook ( "Book1..."Book1.xls" ); //Get the workbook datasorter object. DataSorter...

    reference.aspose.com/cells/net/aspose.cells/dat...
  9. signature_line property | Aspose.Cells for Pyth...

    signature_line property signature_line property Gets and sets the signature line Example from aspose.cells import Wor......cells import Workbook from aspose.cells.drawing...Instantiating a Workbook object workbook = Workbook () worksheet...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Encrypting Files 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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/encrypting-files-in-php/