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

workbook

(0.11 sec)
  1. Public API Changes in Aspose.Cells 8.8.1|Docume...

    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....be loaded when building the workbook from a template file. Filtering...Tables. Settings loads only Workbook & Worksheet settings. Shape...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 在Python中对行和列进行分组和取消分组|Documentation

    通过Aspose.Cells for Python Via Java API学习如何对行和列进行分组和取消分组...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  3. xlsx4j 中的行列高度调整|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/row-column-height...
  4. Chart with No Data causes XLSX to become corrup...

    Hello, When a worksheet contains a Chart which is not associated with any cell data, the Workbook becomes corrupt after it is saved by Aspose Cells. This behavior can be seen under the latest Aspose Cells for Java vers…...associated with any cell data, the Workbook becomes corrupt after it is..."NoDataChart.xlsx"; Workbook wb = new Workbook(xlFile); String newFile...

    forum.aspose.com/t/chart-with-no-data-causes-xl...
  5. Create HTML Files via Python | products.aspose.com

    HTML creater. Create HTML files in Python code. Generate HTML files using 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-java/create/html/
  6. Update XLTX File using Java | products.aspose.com

    Modify XLTX document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLTX 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/xltx/
  7. How to change the polygon tip point and also cu...

    // Create a new shape Aspose.Cells.Drawing.Shape polygonShape = xlWorkSheet.Shapes.AddAutoShape(Aspose.Cells.Drawing.AutoShapeType.RoundedRectangularCallout, 0, 0, 0, 0, 0, 0); polygonShape.Y = 200; //Shape Top propert…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet sheet = workbook.Worksheets[0]; // Add a button to the worksheet...

    forum.aspose.com/t/how-to-change-the-polygon-ti...
  8. 关闭流之后,为什么正处于转换中的线程还能继续执行 - Free Support Forum -...

    我有一个转换非常耗时的excel,我想通过一下代码的方式,在线程中转换这个文件,当一定时间之后无法获取到结果时,关闭这个流,使线程强制报错,但是以下代码 ,关闭流之后,线程仍在运行,没有抛出异常,我发现,如果我在创建线程执行任务之后立即关闭流,则线程也会立即报错并结束(请看我注释掉的那一段代码),为什么等待一段时间之后在关闭就无效 @Test public void testone() throws Exception { Exe…...currentTimeMillis(); Workbook workbook = new Workbook(fileInputStream);...setAllColumnsInOnePa(true); workbook.save(fileOutputStream, pdfSaveOptions);...

    forum.aspose.com/t/topic/263543
  9. Repair xls file via Python | products.aspose.com

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

    products.aspose.com/cells/python-java/recovery/...
  10. Class WorksheetCollection | Aspose.Cells for .N...

    Aspose.Cells.WorksheetCollection class. Encapsulates a collection of Worksheet objects...Represents external links in a workbook. IsRefreshAllConnecti { get;...and Sets displayed size when Workbook file is used as an Ole object...

    reference.aspose.com/cells/net/aspose.cells/wor...