Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 161,030 for

workbook

(0.1 sec)
  1. Convert TEX to XLT via C# API | products.aspose...

    C# API to Convert TEX File to XLT without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...watermark, you can create a new Workbook object and open the converted...

    products.aspose.com/total/net/conversion/tex-to...
  2. What is the use of ExportAsString & FormatStrat...

    what is the use of ExportAsString & FormatStrategy in ExportTableOptions?... Sample code: Workbook workbook = new Workbook("Book1.xlsx");...xlsx"); var workSheetCells = workbook.Worksheets[0].Cells; //Create...

    forum.aspose.com/t/what-is-the-use-of-exportass...
  3. Incorrect conversion of static Excel graphics t...

    There are two similar Excel graphics in static Excel, each with five legends. However, after being converted to HTML through the interface, the legend data of one of the Excel graphics becomes three image.png (20.7 KB) …...this is my code: Workbook workbook = new Workbook("D://Program_...66296//EPPR_66296.xlsx"); workbook.save("D://Program_Data//A...

    forum.aspose.com/t/incorrect-conversion-of-stat...
  4. font_configs 属性 | Aspose.Cells for Python via ....

    font_configs 属性 font_configs 属性 获取和设置单独的字体配置。 仅适用于使用此 LoadOptions 加载的 Workbook 。 定义: @property def font_configs ( sel...... 仅适用于使用此 LoadOptions 加载的 Workbook 。 定义: @property def font_configs...JsonLoadOptions 类 LoadOptions 类 Workbook default_style_settings 属性...

    reference.aspose.com/cells/python-net/zh/aspose...
  5. Extract text and images from ODS document via ....

    C# source code to extract text and images from ODS file on .NET Framework, .NET Core, Mono or Xamarin Platforms....template Excel file Workbook workbook = new Workbook( "sampleExtractImagesF...worksheet Worksheet worksheet = workbook.Worksheets[ 0 ]; // get the...

    products.aspose.com/cells/net/parser/ods/
  6. How to Create Data Validation in Excel using Java

    In this tutorial you will learn *how to create data validation in Excel using Java*. It contains detailed steps and a sample code to add data validation in Excel using Java....insert validation Create a new workbook and add a worksheet for adding...of the validation Save the workbook on the disk having validation...

    kb.aspose.com/cells/java/how-to-create-data-val...
  7. Create Excel Table using Java

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......create an Excel file with the Workbook object and access a sheet...column Save the resultant workbook with a formatted table These...

    kb.aspose.com/cells/java/create-excel-table-usi...
  8. How to Insert Excel Background Image using Python

    This short topic encompasses information on how to insert Excel background image using Python. It covers all the details to configure the required environment, a step-wise process, and a runnable sample code to add Excel image background using Python....spreadsheet using an instance of the Workbook class Access to the first...providing the bytes array Save the workbook having a sheet background...

    kb.aspose.com/cells/python/how-to-insert-excel-...
  9. Custom Xml add string without asking for parts ...

    I am looking for a way to replicate this Interop method: public Microsoft.Office.Core.CustomXMLPart Add (string XML = “”, object SchemaCollection); (link) The problem I am solving: I have a custom XML file taken out …...file taken out from an Excel workbook. Now I want to put the exact...same content into another workbook. With Interop, I can read...

    forum.aspose.com/t/custom-xml-add-string-withou...
  10. ChartPointCollection | Aspose.Cells for Java AP...

    Represents a collection that contains all the points in one series....//Instantiating a Workbook object Workbook workbook = new Workbook(); //Obtaining...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //Adding...

    reference.aspose.com/cells/java/com.aspose.cell...