Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 161,002 for

workbook

(0.08 sec)
  1. AbstractCalculationMonitor: access to Cell obje...

    I am implementing an AbstractCalculationMonitor. In overriding my beforeCalculate method I would like access to the Cell object - specifically the isErrorValue() method but really I want access to the whole Cell which is…...AbstractCalculationM { private readonly Workbook _workbook; public MyCalculationMonitor(Workbook...MyCalculationMonitor(Workbook wb) { _workbook = wb; } public override void...

    forum.aspose.com/t/abstractcalculationmonitor-a...
  2. SetExternalWorkbook() | Aspose.Slides for C++ A...

    Sets external Workbook as a data source for the chart. Chart data will be updated from the target Workbook....ing) method Sets external workbook as a data source for the chart...be updated from the target workbook. void Aspose :: Slides ::...

    reference.aspose.com/slides/cpp/aspose.slides.c...
  3. protect_shared_workbook method | Aspose.Cells f...

    protect_shared_Workbook method protect_shared_Workbook Protects a shared Workbook. def protect_shared_Workbook ( self......protect_shared_workbook method protect_shared_workbook Protects a...a shared workbook. def protect_shared_workbook ( self , password...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Save to html: "wrap text" ignored - Free Suppor...

    Hi, Using Aspose Cells for Java, version 17.12.4. Input and output files attached. Sample code: Workbook Workbook = new Workbook("input.xlsx"); Worksheet sheet = Workbook.getWorksheets().get("Entry points"); Workbook.…... Sample code: Workbook workbook = new Workbook("input.xlsx");...sheet = workbook.getWorksheets().get("Entry points"); workbook.getWorksheets()...

    forum.aspose.com/t/save-to-html-wrap-text-ignor...
  5. WorkbookPrintingPreview 构造函数 | Aspose.Cells for...

    WorkbookPrintingPreview 构造函数 WorkbookPrintingPreview(Workbook, options) WorkbookPrintingPreview的构造 def __init__ ( sel......构造函数 WorkbookPrintingPrev(workbook, options) WorkbookPrintingPrev的构造...self , workbook , options ): ... 范围 类型 描述 workbook Workbook 指明要打印的工作簿。...

    reference.aspose.com/cells/python-net/zh/aspose...
  6. Split Panes 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/split-panes-in-ruby/
  7. 从ArrayList导入|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 Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-arr...
  8. invert_if_negative property | Aspose.Cells for ...

    invert_if_negative property invert_if_negative property If the property is true and the value of chart point is a neg......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Workbook.Protect | Aspose.Cells for .NET API Re...

    Workbook method. Protects a Workbook...Workbook.Protect Workbook.Protect method Protects a workbook...the workbook. See Also enum ProtectionType class Workbook namespace...

    reference.aspose.com/cells/net/aspose.cells/wor...
  10. Class ChartCollection | Aspose.Cells for .NET A...

    Aspose.Cells.Charts.ChartCollection class. Encapsulates a collection of Chart objects...Examples [C#] Workbook workbook = new Workbook (); ChartCollection...ChartCollection charts = workbook . Worksheets [ 0 ]. Charts ; [Visual...

    reference.aspose.com/cells/net/aspose.cells.cha...