Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 160,982 for

workbook

(0.09 sec)
  1. 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...
  2. 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...
  3. 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...
  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. 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...
  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. Unprotect a sheet after copying it to destinati...

    Hello, is there a way to unprotect a copied sheet when copying from source Workbook to destination Workbook, in which case I’ve a relevant thread I started for copying a sheet from source to destination. Relevant thread…...copying from source workbook to destination workbook, in which case...Relevant thread: Removing any workbook reference for formula when...

    forum.aspose.com/t/unprotect-a-sheet-after-copy...
  10. Insert comments to XLSM file via Python | produ...

    Insert comments to XLSM using Python. Use API example code to insert comments within Python application....by creating an instance of Workbook Insert comments to the Worksheet...Worksheet in a Cell Save the workbook In Office 365, comments are...

    products.aspose.com/cells/python-java/comments/...