Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 161,016 for

workbook

(0.14 sec)
  1. View XLTM File Online and Read XLTM Document us...

    Free online XLTM file viewer app. Python API code to read XLTM file for viewer application....Cells ) Create Workbook class object and load source...View XLSB Files (Excel Binary Workbook) View XLSM Files (Macro-enabled...

    products.aspose.com/total/python-java/viewer/xltm/
  2. Protection class | Aspose.Cells for Python via ...

    Protection class Protection class Represents the various types of protection options available for a worksheet. The P......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Allowing...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Update XLSM File using Python | products.aspose...

    Modify XLSM document in Python applications without using Microsoft Excel.... Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xlsm/
  4. Aspose Cell with Accounting Format is read as S...

    Hi Team, 1# we have a cell with formatting set to Accounting and settings as shown in the screen shot - with decimal places 2 image.png (5.8 KB) 2# we have another cell with formatting set to Accounting and settings …...code as follows: Workbook wb = new Workbook(filePath + @"sample...xlsx"; using (Workbook workbook = new Workbook(srcFileName))...

    forum.aspose.com/t/aspose-cell-with-accounting-...
  5. Extract text and images from XLSM document via ...

    Java sample code to extract text and images from XLSM file on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Load XLSM document using Workbook class. Select the requied...StringBuilder(); Workbook book = new Workbook(dir + "book1.xlsm"...

    products.aspose.com/cells/java/parser/xlsm/
  6. Class RadioButtonActiveXControl | Aspose.Cells ...

    Aspose.Cells.Drawing.ActiveXControls.RadioButtonActiveXControl class. Represents a RadioButton ActiveX control...) Workbook { get; } Gets the Workbook object.(Inherited...//Initialize a new workbook. Workbook book = new Workbook (); //Add a...

    reference.aspose.com/cells/net/aspose.cells.dra...
  7. SeriesCollection类 | Aspose.Cells for Python via...

    SeriesCollection类 SeriesCollection类 封装 Series 对象的集合。 SeriesCollection 类型公开了以下成员: 特性 属性 描述 category_data 获取或设置类别 Axis ......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Adding a...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. Convert DOTM to XLTX via .NET or with free Onli...

    Convert DOTM to XLTX in C# without using Microsoft Excel or Adobe Reader or online. Test free DOTM to XLTX online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...your document, open it using Workbook class and specify XOR Encryption...

    products.aspose.com/total/net/conversion/dotm-t...
  9. Convert POWERPOINT to XLTX via C# or with free ...

    Convert POWERPOINT to XLTX in C# without using Microsoft Excel or Powerpoint or online. Test free POWERPOINT to XLTX online converter quickly before integrating the code....Load HTML 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/powerp...
  10. Row | Aspose.Cells for Java API Reference

    Represents a single row in a worksheet....//Instantiating a Workbook object Workbook workbook = new Workbook(); //Obtaining...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); Style...

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