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

workbook

(0.11 sec)
  1. Repair ods file via Java | products.aspose.com

    Repair a corrupt ods file using Java. Recovery tool to repair corrupted ods file within Java application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted ods file will...

    products.aspose.com/cells/java/recovery/repair-...
  2. 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...
  3. 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...
  4. 处理颜色|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/
  5. After 23.6 version migration adding data to exc...

    We have been using following method to add a pre-defined worksheet of an excel with dynamic custom Data. Previously, all the data getting added to the sheet was part of the table. Hence we were able to filter data from …...Xlsx); //Create a Workbook object and opening the file...from its path var workbook = new Workbook(convertDocumentInfo...

    forum.aspose.com/t/after-23-6-version-migration...
  6. 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/
  7. 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/
  8. 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
  9. Floor类 | Aspose.Cells for Python via .NET API 参考资料

    Floor类 Floor类 封装表示 3-D 图表底部的对象。 继承: Floor → Area Floor 类型公开了以下成员: 特性 属性 描述 background_color 获取或设置 Area 的背景颜色。 foregro......cells import License , Workbook from aspose.cells.charts import...Instantiate the workbook object workbook = Workbook () # Get cells...

    reference.aspose.com/cells/python-net/zh/aspose...
  10. Aspose::Cells::Charts::TrendlineCollection clas...

    Aspose::Cells::Charts::TrendlineCollection class. Represents a collection of all the Trendline objects for the specified data series in C++....//Instantiating a Workbook object Workbook workbook ; //Adding a new...Excel object int sheetIndex = workbook . GetWorksheets (). Add ();...

    reference.aspose.com/cells/cpp/aspose.cells.cha...