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

workbook

(0.09 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. 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...
  4. copy方法 | Aspose.Cells for Python via .NET API 参考资料

    copy方法 copy(source) 从源工作簿对象复制数据。 def copy ( self , source ): ... 范围 类型 描述 source Workbook 源工作簿对象。 copy(source, copy_o...... 范围 类型 描述 source Workbook 源工作簿对象。 copy(source, copy_options)...copy_options ): ... 范围 类型 描述 source Workbook 源工作簿对象。 copy_options CopyOptions...

    reference.aspose.com/cells/python-net/zh/aspose...
  5. 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...
  6. 在 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-...
  7. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont to all the text in the workbook that has a missing (not installed)...try to set Workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/java/set-defaultfont-prop...
  8. 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...
  9. 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/...
  10. How to reduce font size in excel footer using A...

    Hi Is there any way to reduce font size in excel footer using Aspose Cells for Java API. Right now i am using the following code to set the footer. private boolean watermarkTextExcelFile (File excelFile, String waterm…...the Excel file Workbook workbook = new Workbook(filePath); //WorksheetCollection...//WorksheetCollection worksheets = workbook.getWorksheets(); int worksheetCount...

    forum.aspose.com/t/how-to-reduce-font-size-in-e...