Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 82,273 for

workbook

(0.05 sec)
  1. Merge or UnMerge Cells in a Worksheet|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....the first worksheet in the workbook and save the excel file. Merging...the excel file. excelApp . Workbooks . Open ( myPath , Missing...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  2. 在单元格中添加数据|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提供了一个代表Microsoft Excel文件的Workbook类。Workbook类包含一个允许访问Excel文件中每个工作...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    docs.aspose.com/cells/zh/java/add-data-in-cells/
  3. Adjusting Row Height and Column Width in Ruby|D...

    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 = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/adjusting-row-height...
  4. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/python-net/protect-and-un...
  5. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet sheet = workbook.getWorksheets().get(0); // Load image from...

    forum.aspose.com/t/when-inserting-a-picture-and...
  6. Print Comments while saving to PDF with Node.js...

    Learn how to print comments when saving Excel documents to PDF using Aspose.Cells for Node.js via C++....Create a workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "SampleWorkbookWithCo...

    docs.aspose.com/cells/nodejs-cpp/print-comments...
  7. 在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 java . io import FileInputStream...Instantiating a Workbook object with the stream workbook = Workbook ( fstream...

    docs.aspose.com/cells/zh/java/removing-workshee...
  8. Format Pivot Table Cells with C++|Documentation

    Learn how to format pivot table cells using Aspose.Cells with C++....Cells :: Startup (); Workbook workbook ( u "pivot_format.xlsx"...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-pivot-table-ce...
  9. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....// Open the Excel file Workbook workbook ( inputFilePath ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/conditional-formatting/
  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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/calculating-formul...