Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 161,022 for

workbook

(0.1 sec)
  1. ErrorBar类 | Aspose.Cells for Python via .NET AP...

    ErrorBar类 ErrorBar类 表示数据系列的误差线。 继承: ErrorBar → Line ErrorBar 类型公开了以下成员: 特性 属性 描述 compound_type 指定复合线型 dash_type 指定虚线类......cells import Workbook from aspose.cells.charts import...ErrorBarType workbook = Workbook () cells = workbook . worksheets...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. 在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 (); //Obtaining...worksheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/create-pivot-tabl...
  3. PptxSaveOptions.PptxSaveOptions | Aspose.Cells ...

    PptxSaveOptions constructor. Represents the pptx save options...saveAsImage Boolean If True, the workbook will be converted into some....pptx file. If False, the workbook will be converted into some...

    reference.aspose.com/cells/net/aspose.cells/ppt...
  4. Aspose.Cells for java 24.6 : TEXT formula is no...

    Aspose.Cells for java 24.6 : TEXT formula is not formating as expected when saving PDF from xlsx template Hi, i an facing an unexpected behavior while migrating from aspose.cells 18.4 to 24.6 (java......reproduce my issue // create a workbook from my .xlsx file // test...€")** in cell B2 Workbook wb = new Workbook("test.xlsx"); //...

    forum.aspose.com/t/aspose-cells-for-java-24-6-t...
  5. Public API Changes in Aspose.Cells 8.1.0|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....instance of Workbook Workbook book = new Workbook (); //Access...Style object and add it to Workbook's Style Collection Style style...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. The chart in excel doesn't match the chart save...

    Hello, I am trying to extract a chart from excel and save it as an image without changing any styles, but there is some formatting differences in the date field and at the bottom of the chart. Is this a bug in apose.cel…...Code snippet: Workbook workbook = new Workbook(new FileInputStream("C:\\chart...rt.xlsx")); Chart chart = workbook.getWorksheets().get(0).getCharts()...

    forum.aspose.com/t/the-chart-in-excel-doesnt-ma...
  7. CalculationData class | Aspose.Cells for Python...

    CalculationData class CalculationData class Represents the required data when calculating one function, such as funct...... workbook Gets the Workbook object where the...not change any data in the Workbook during the formula calculation...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. Aspose.Cells for .NET 7.1.2 Release Notes|Docum...

    Aspose.Cells for .Net 7.1.2 Release Notes – the latest enhancements, new features, and fixes....Ribbon XML40452 - Support Workbook.ContentTypePropertie - IF()...10MB Excel file - Opening Workbook takes too long to openExceptions...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  9. Class LoadOptions | Aspose.Cells for .NET API R...

    Aspose.Cells.LoadOptions class. Represents the options of loading the file...format, you should not save the workbook as excel file format later...initializing styles of the workbook FontConfigs { get; set; }...

    reference.aspose.com/cells/net/aspose.cells/loa...
  10. set_input_range方法 | Aspose.Cells for Python via...

    set_input_range方法 set_input_range(formula, is_r1c1, is_local) 设置用于填充控件的范围。 def set_input_range ( self , formula , is_......Initialize a new workbook. # Workbook book = new Workbook(); for i in...

    reference.aspose.com/cells/python-net/zh/aspose...