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

workbook

(0.08 sec)
  1. Merge TXT Files via Java | products.aspose.com

    Java sample code to combine TXT documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....TXT file with an instance of Workbook class. Load the second TXT...document with an instance of Workbook class. Merge files using combine()...

    products.aspose.com/cells/java/merger/txt/
  2. 在Ruby中设置页面选项|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 = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new # Accessing the first...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  3. Update XLTM File using Java | products.aspose.com

    Modify XLTM document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLTM File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xltm/
  4. Custom Number Format with Trailing Dots is igno...

    Hello, When a Workbook contains text-based cells with the custom number format “@ *.”, it shows the cell content with trailing dots. When this Workbook is exported to HTML, the custom format seems to be ignored and the …...2023, 8:32pm #1 Hello, When a workbook contains text-based cells...trailing dots . When this workbook is exported to HTML, the custom...

    forum.aspose.com/t/custom-number-format-with-tr...
  5. Encrypting Excel Files in Aspose.Cells|Document...

    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. //Open an excel file. Workbook workbook...workbook = new Workbook ( "Book1.xls" ); //Specify XOR encryption type...

    docs.aspose.com/cells/net/encrypting-excel-file...
  6. 处理颜色|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 - 使用颜色 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-colors/
  7. Worksheet.Copy メソッドを使用すると列幅が正しくコピーされない - Free S...

    製品名: Aspose.Cells for Java バージョン:23.4 コード: Workbook wb = new Workbook(sourceDir + file.getName()); Workbook wbnew = new Workbook(); CopyOptions cp =new CopyOptions(); cp.setColumnCharacterWidth(true);/…...4 コード: Workbook wb = new Workbook(sourceDir + file...file.getName()); Workbook wbnew = new Workbook(); CopyOptions cp...

    forum.aspose.com/t/worksheet-copy/264620
  8. 在 Apache POI 和 Aspose.Cells 中创建日期单元格|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 (); //Accessing...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/create-date-cell-...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Developer Guide https://docs.aspose.com/cells/net/developer-guide/ Recent content in Developer Guide on Documentation Hugo -- gohugo.io en https://do......creating-a-new-workbook Creating a New Workbook The following...following example creates a new workbook from the scratch. application/javascript...

    docs.aspose.com/cells/net/developer-guide/index...
  10. Error in result after converting spreadsheet fo...

    G40单元格在excel中公式计算为64000.00,通过接口转为html之后显示的是64100.00 image.png (119.9 KB) this is my excel:EPPR_60761.zip (28.7 KB) this is my code: Workbook Workbook = new Workbook("D://Program_Data//Aspose//EPPR_60761//EPPR_60761.x…...this is my code: Workbook workbook = new Workbook("D://Program_...60761//EPPR_60761.xlsx"); workbook.save("D://Program_Data//A...

    forum.aspose.com/t/error-in-result-after-conver...