Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 161,041 for

workbook

(0.09 sec)
  1. Merge XLSM Files via Java | products.aspose.com

    Java sample code to combine XLSM documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....XLSM file with an instance of Workbook class. Load the second XLSM...document with an instance of Workbook class. Merge files using combine()...

    products.aspose.com/cells/java/merger/xlsm/
  2. AutoFilter类 | Aspose.Cells for Python via .NET ...

    AutoFilter类 AutoFilter类 代表指定工作表的自动筛选。 AutoFilter 类型公开了以下成员: 特性 属性 描述 sorter 获取数据排序器。 range 表示指定的自动筛选器适用的范围。 show_filt......cells import Workbook # Creating a file stream containing...Instantiating a Workbook object workbook = Workbook ( "template.xlsx"...

    reference.aspose.com/cells/python-net/zh/aspose...
  3. IChartData - Aspose.Slides for Android via Java...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....getExternalWorkbookP () Represents external workbook path if data source is external...internally contained Excel workbook it into an in-memory stream...

    reference.aspose.com/slides/androidjava/com.asp...
  4. Protect and lock XLS document via Java | produc...

    Java sample code to lock XLS file using password on Java Runtime Environment for JSP/JSF Application and Desktop Applications....XLS file by instantiating Workbook class Use protect(..) method...Open the XLS file Workbook wkb = new Workbook( "sourceFile.xls"...

    products.aspose.com/cells/java/protect/xls/
  5. Protect and lock XLS document via C++ | product...

    C++ example code to lock XLS file using password on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....file intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...Protect workbook by specifying protection type workbook->Prote...

    products.aspose.com/cells/cpp/protect/xls/
  6. Aspose::Cells::Vba::VbaProject class | Aspose.C...

    Aspose::Cells::Vba::VbaProject class. Represents the VBA project in C++....//Instantiating a Workbook object Workbook workbook ; // Init VBA...project. VbaProject vbaProject = workbook . GetVbaProject (); //Saving...

    reference.aspose.com/cells/cpp/aspose.cells.vba...
  7. 在Aspose.Cells中为图表添加WordArt水印|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.... Workbook workbook = new Workbook ( FileName );...Cells . Charts . Chart chart = workbook . Worksheets [ 0 ]. Charts...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  8. Aspose::Cells::Drawing::PictureCollection class...

    Aspose::Cells::Drawing::PictureCollection class. Encapsulates a collection of Picture objects in C++....//Instantiating a Workbook object Workbook workbook ; //get PictureCollection...PictureCollection pictures = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  9. VbaModuleCollection class | Aspose.Cells for Py...

    VbaModuleCollection class VbaModuleCollection class Represents the list of VbaModule The VbaModuleCollection type exp......cells import Workbook from aspose.cells.vba import...Instantiating a Workbook object workbook = Workbook () # Init VBA...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. 在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/zh/java/display-or-hide-g...