Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 160,964 for

workbook

(0.1 sec)
  1. ContentTypePropertyCollection class | Aspose.Ce...

    ContentTypePropertyCollection class ContentTypePropertyCollection class A collection of ContentTypeProperty objects t......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () # Add a new property. workbook . content_type_properties...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. IChartData | Aspose.Sildes for .NET API Reference

    Represents data used for a chart plotting....get; } Represents external workbook path if data source is external...internally contained Excel workbook it into an in-memory stream...

    reference.aspose.com/slides/net/aspose.slides.c...
  3. CheckBoxCollection class | Aspose.Cells for Pyt...

    CheckBoxCollection class CheckBoxCollection class Represents a collection of CheckBox objects in a worksheet. The Che......import Workbook # Create a new Workbook. workbook = Workbook () #...worksheet in the workbook. sheet = workbook . worksheets [ 0...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Apply Styles to Ranges in Workbooks|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....Apply Styles to Ranges in Workbooks Contents [ Hide ] Below is...and columns of workbooks: VSTO Excel . Workbook myWorkbook = this...

    docs.aspose.com/cells/net/apply-styles-to-range...
  5. Stackoverflow Exception on calculation - Aspose...

    Hello, I have encountered a curious case. I have an Excel file which throws Stackoverflow Exception when calculate function is called! When I open the file and save it, the exception goes away. I suspect the globalizati…...0 KB) Above is the Excel workbook that throws error with following...following code : var workbook = new Aspose.Cells.Workbook(path); try {...

    forum.aspose.com/t/stackoverflow-exception-on-c...
  6. DigitalSignature.DigitalSignature | Aspose.Cell...

    DigitalSignature constructor. Constructor of digitalSignature. Uses .Net implementation... Add ( ds ); Workbook wb = new Workbook (); //set all signatures...signatures to workbook wb . SetDigitalSignature ( dsc ); wb . Save...

    reference.aspose.com/cells/net/aspose.cells.dig...
  7. The height of the rows in a table increased whe...

    Hello, We are currently evaluating latest Aspose.Cells library and noticed the issue with the height of the rows when Workbook is exported to HTML. The rows in Excel have height 13.0pt but in the generated HTML the row…...the height of the rows when workbook is exported to HTML. The rows...height correctly when the workbook is exported to HTML. This...

    forum.aspose.com/t/the-height-of-the-rows-in-a-...
  8. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|Docu...

    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-different-...
  9. ChartPointCollection类 | Aspose.Cells for Python...

    ChartPointCollection类 ChartPointCollection类 表示包含一个系列中所有点的集合。 ChartPointCollection 类型公开了以下成员: 特性 属性 描述 count 获取图表点的计数。......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Obtaining...

    reference.aspose.com/cells/python-net/zh/aspose...
  10. Make Major and Minor Grid lines hidden for Colu...

    Hello Team, If I save Workbook with .xlsx then gridlines are still visible. Please can you suggest what is wrong in this code ? import com.aspose.cells.Chart; import com.aspose.cells.ChartType; import com.aspose.cell…...6:26pm 1 Hello Team, If I save workbook with .xlsx then gridlines...FormattingType; import com.aspose.cells.Workbook; import com.aspose.cells.Worksheet;...

    forum.aspose.com/t/make-major-and-minor-grid-li...