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

workbook

(0.11 sec)
  1. Index was outside the bounds of the array Error...

    I get an “Index was outside the bounds of the array” Error while running command Workbook Workbook = Excel.BuildWorkbook(new MemoryStream(batch.Content)); This happens when the file doesn’t have the header record expan…...while running command Workbook workbook = Excel.BuildWorkbook(new...need it so the command Workbook workbook = Excel.BuildWorkbook(new...

    forum.aspose.com/t/index-was-outside-the-bounds...
  2. Display or Hide Tabs in Php|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 = new Workbook...the tabs of the Excel file $workbook -> getSettings () -> setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  3. image_type property | Aspose.Cells for Python v...

    image_type property image_type property Gets the image format of the picture. Example from aspose.cells import Workbo......cells import Workbook from aspose.cells.drawing...Instantiating a Workbook object workbook = Workbook () worksheet...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Aspose::Cells::Drawing::ActiveXControls::Active...

    Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetWorkbook method. Gets the Workbook object in C++.... method Gets the Workbook object. Workbook Aspose :: Cells ::...GetWorkbook () See Also Class Workbook Class ActiveXControlBase Namespace...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. 在VSTO和Aspose.Cells中设置工作表的背景图片|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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/set-background-pic...
  6. Row class | Aspose.Cells for Python via .NET AP...

    Row class Row class Represents a single row in a worksheet. The Row type exposes the following members: Properties Pr......default one inherited from workbook). first_cell Gets the first...BackgroundType , StyleFlag , Workbook from aspose.pydrawing import...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. DataSorter class | Aspose.Cells for Python via ...

    DataSorter class DataSorter class Summary description for DataSorter. The DataSorter type exposes the following membe......SortOrder , Workbook # Instantiate a new Workbook object. workbook = Workbook...Workbook ( "Book1.xls" ) # Get the workbook datasorter object...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. Workbook.ProtectSharedWorkbook | Aspose.Cells f...

    Workbook method. Protects a shared Workbook...Workbook.ProtectSharedWorkboo Workbook.ProtectSharedWorkboo method...method Protects a shared workbook. public void ProtectSharedWorkboo...

    reference.aspose.com/cells/net/aspose.cells/wor...
  9. 通过 xlsx4j 创建新电子表格|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 类可用于简单使用。 Java //Instantiating a Workbook object...object Workbook workbook = new Workbook (); //Adding a new worksheet...

    docs.aspose.com/cells/zh/java/create-new-spread...
  10. Aspose delete space in Formula and line break i...

    Hello, We have a problem after the calculate Formula with aspose, we discovered that aspose delete both spaces in Formula and line break. this is the code that we used: Workbook Workbook = new Workbook(“file.xlsx”); …...that we used: Workbook workbook = new Workbook(“file.xlsx”);...xlsx”); workbook.calculateFormula(true); workbook.save(“file.xlsx”);...

    forum.aspose.com/t/aspose-delete-space-in-formu...