Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 161,004 for

workbook

(0.07 sec)
  1. Aspose::Cells::ConditionalFormattingCollection ...

    Aspose::Cells::ConditionalFormattingCollection class. Encapsulates a collection of FormatCondition objects in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet sheet...sheet = workbook . GetWorksheets (). Get ( 0 ); //Get Conditional...

    reference.aspose.com/cells/cpp/aspose.cells/con...
  2. IChartDataWorksheetCollection | Aspose.Sildes f...

    Represents the collection of worksheets of chart data Workbook....of worksheets of chart data workbook. public interface IChartDataWorksheetC...500 ); IChartDataWorkbook workbook = chart . ChartData . ChartDataWorkbook...

    reference.aspose.com/slides/net/aspose.slides.c...
  3. 在Ruby中复制和移动工作表|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....Ruby 代码 def copy_worksheet ( workbook ) # Create a Worksheets object...the sheets of the Workbook. sheets = workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  4. Opening TXT files using preferred parser then p...

    Hi, I stumbled across this post: Convert CSV, TSV and TXT to Excel|Documentation and was wondering if this can also be done using Aspose Python via Java, if yes, appreciate if you could provide me the code or link with t…...cells import Workbook, TxtLoadOptions, LoadFormat...TXT file into a Workbook workbook = Workbook(txt_file_path, load_options)...

    forum.aspose.com/t/opening-txt-files-using-pref...
  5. Create MS Excel XLSM Files via Python | product...

    XLSM creater. Create XLSM files in Python code. Generate MS Excel XLSM files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-net/create/xlsm/
  6. Create MS Excel XLTX Files via Python | product...

    XLTX creater. Create XLTX files in Python code. Generate MS Excel XLTX files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-net/create/xltx/
  7. Create CSV Files via Python | products.aspose.com

    CSV creater. Create CSV files in Python code. Generate CSV files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-net/create/csv/
  8. Creating a Named Range|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....) Add a Workbook. Get the first sheet. Create...//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...

    docs.aspose.com/cells/net/creating-a-named-range/
  9. Aspose.Cells 8.6.1中的公共API更改|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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. ContentTypeProperty类 | Aspose.Cells for Python ...

    ContentTypeProperty类 ContentTypeProperty类 表示标识符信息。 ContentTypeProperty 类型公开了以下成员: 特性 属性 描述 name 返回或设置对象的名称。 value 返回或......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () # Add a new property. workbook . content_type_properties...

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