Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 161,045 for

workbook

(0.07 sec)
  1. Unlock XLS document via C++ | products.aspose.com

    C++ example code to unlock password protected XLS file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....file intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...xls" ))); // Unprotect workbook workbook->Unprotect( new String(...

    products.aspose.com/cells/cpp/unlock/xls/
  2. Autofit Rows and Columns in 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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  3. Aspose::Cells::Drawing::Picture::GetData method...

    Aspose::Cells::Drawing::Picture::GetData method. Gets the data of the picture in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //insert first...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. Aspose::Cells::Tables::ListObject::SetTableStyl...

    Aspose::Cells::Tables::ListObject::SetTableStyleType method. Gets and the built-in table style in C++....Cells :: Startup (); Workbook workbook ( u "Book1.xlsx" ); ListObjectCollection...ListObjectCollection tables = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells.tab...
  5. DataBar class | Aspose.Cells for Python via .NE...

    DataBar class DataBar class Describe the DataBar conditional formatting rule. This conditional formatting rule displa......FormatConditionType , FormatConditionValue , Workbook from aspose.pydrawing import...Instantiating a Workbook object workbook = Workbook () sheet = workbook...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. UNIQUE Function in Aspsoe - Free Support Forum ...

    Hi, We are having an issue with UNIQUE function (which declared as supported by Aspose) The issue is related to changes in the excel structure which are not well reflected in the UNIQUE function result when re-calculat…...TestUniqueDeleteRow() { Workbook workbook = null; using var ms =...xlsx", FileMode.Open); workbook = new Workbook(ms, new LoadOptions(LoadFormat...

    forum.aspose.com/t/unique-function-in-aspsoe/26...
  7. Convert XLSM to Byte Array via C# | products.as...

    C# Sample code for XLSM to Byte Array conversion. Use this code for Excel XLSM to Byte Array conversion within VB.NET, Asp.NET or any .NET based application....Load input XLSM File using Workbook Initialize MemoryStream object...C# Conversion Workbook workbook = new Workbook( "sourceFile.xlsm"...

    products.aspose.com/cells/net/conversion/xlsm-t...
  8. Auto Filter Data in VSTO and Aspose.Cells|Docum...

    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....auto-filtering to a column: Create a workbook. Get a worksheet. Add sample...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/auto-filter-data-in-v...
  9. Aspose::Cells::Drawing::Area class | Aspose.Cel...

    Aspose::Cells::Drawing::Area class. Encapsulates the object that represents an area format in C++....//Instantiating a Workbook object Workbook workbook ; //Adding a new...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  10. TrendlineCollection类 | Aspose.Cells for Python ...

    TrendlineCollection类 TrendlineCollection类 表示指定数据系列的所有 Trendline 对象的集合。 TrendlineCollection 类型公开了以下成员: 特性 属性 描述 capaci......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Adding a...

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