Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 161,045 for

workbook

(0.18 sec)
  1. CommentCollection | Aspose.Cells for .NET API 参考

    封装了一个集合Comment./comment对象.... 例子 [C#] Workbook workbook = new Workbook (); CommentCollection...CommentCollection comments = workbook . Worksheets [ 0 ]. Comments ; //做你的事...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. CellWatchCollection | Aspose.Cells for .NET API 参考

    表示在监视窗口中正在监视的此工作表上的单元格集合...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 获取第一个工作表。...获取第一个工作表。 Worksheet sheet = workbook . Worksheets [ 0 ]; // 将 Cell...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  3. ValidationCollection | Aspose.Cells for .NET AP...

    表示数据验证集合...(int) 例子 [C#] Workbook workbook = new Workbook (); ValidationCollection...ValidationCollection validations = workbook . Worksheets [ 0 ]. Validations...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  4. CheckBoxCollection | Aspose.Cells for .NET API 参考

    代表一个集合CheckBox./checkbox工作表中的对象... Workbook workbook = new Workbook (); //获取工作簿中的第一个工作表。...//获取工作簿中的第一个工作表。 Worksheet sheet = workbook . Worksheets [ 0 ]; int index...

    reference.aspose.com/cells/zh/net/aspose.cells....
  5. Autofit Rows and Columns in Python|Documentation

    Learn how to Autofit Rows and Columns through the Aspose.Cells for Python Via Java API....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  6. Autofit Rows and Columns 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 Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  7. 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...
  8. 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...
  9. ExternalLink class | Aspose.Cells for Python vi...

    ExternalLink class ExternalLink class Represents an external link in a Workbook. The ExternalLink type exposes the fo......Represents an external link in a workbook. The ExternalLink type exposes...import Workbook # Open a file with external links workbook = Workbook...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. 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...