Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 160,984 for

workbook

(0.11 sec)
  1. Aspose.Cells 8.9.2 中的公共 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....//Initialize Workbook instance Workbook book = new Workbook (); //Access...//Initialize Workbook instance Workbook book = new Workbook (); //Access...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Converting Chart to Image 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....//Create a new Workbook. $workbook = new Workbook (); //Get the...first worksheet. $sheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/converting-chart-to-...
  3. Convert Excel to PowerPoint|Documentation

    Convert excel file to PPT using Python.... Convert Excel Workbook to PPT No need to wonder how...how to convert Excel Workbook to PowerPoint, because Aspose.Cells...

    docs.aspose.com/cells/python-java/convert-excel...
  4. 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.... Python 代码 workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/zoom-factor-in-py...
  5. Data | Aspose.Cells for .NET API 参考

    获取图片的数据...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //插入第一张图片 int imgIndex1...

    reference.aspose.com/cells/zh/net/aspose.cells....
  6. Converting Worksheet to SVG 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....//Create a workbook object from the template file $workbook = new...new Workbook ( $path ); //Convert each worksheet into svg format...

    docs.aspose.com/cells/java/converting-worksheet...
  7. Aspose::Cells::Drawing::Picture::GetSignatureLi...

    Aspose::Cells::Drawing::Picture::GetSignatureLine method. Gets and sets the signature line in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  8. FormulaSettings | Aspose.Cells for Java API Ref...

    Settings of formulas and calculation....full calculation when the workbook is opened. getCalculateOnSave()...Indicates whether recalculate the workbook before saving the document...

    reference.aspose.com/cells/java/com.aspose.cell...
  9. Insert text into a cell|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....new worksheet part to the workbook. WorksheetPart newWorksheetPart...Sheets sheets = workbookPart . Workbook . GetFirstChild < Sheets >();...

    docs.aspose.com/cells/net/insert-text-into-a-cell/
  10. How to Password Protect an Excel File in C#

    This article explains how to password protect an Excel file in C#. It provides details to configure the environment, program flow and a runnable sample code to encrypt Excel file in C#....create an Excel file using the Workbook class object Set the required...encryption options for the loaded workbook using the SetEncryptionOptions()...

    kb.aspose.com/cells/net/how-to-password-protect...