Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 161,004 for

workbook

(0.12 sec)
  1. Class ErrorCheckOption | Aspose.Cells for .NET ...

    Aspose.Cells.ErrorCheckOption class. Error check setting applied on certain ranges...Examples [C#] Workbook workbook = new Workbook (); ErrorCheckOptionColl...ErrorCheckOptionColl opts = workbook . Worksheets [ 0 ]. ErrorCheckOptions...

    reference.aspose.com/cells/net/aspose.cells/err...
  2. Excel Specifications and Limits|Documentation

    In this article, find all Workbook, worksheet, and feature specifications and limits. In Excel 2010, the maximum worksheet size is 1,048,576 rows by 16,384 columns....Newer versions Worksheet and workbook specifications and limits...Feature Maximum limit Open workbooks Limited by available memory...

    docs.aspose.com/cells/net/excel-specifications-...
  3. Public API Changes in Aspose.Cells 8.3.2|Docume...

    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....to the workbook. C# //Create workbook object Workbook workbook...workbook = new Workbook (); //Insert picture of your choice int index...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Public API Changes in Aspose.Cells 8.3.2|Docume...

    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....to the workbook. Java //Create workbook object Workbook workbook...workbook = new Workbook (); //Insert picture of your choice int index...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. 动态计算或重新计算公式|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...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  6. Class TableStyle | Aspose.Cells for .NET API Re...

    Aspose.Cells.Tables.TableStyle class. Represents the table style...Examples [C#] Workbook workbook = new Workbook (); Style firstColumnStyle...firstColumnStyle = workbook . CreateStyle (); firstColumnStyle ...

    reference.aspose.com/cells/net/aspose.cells.tab...
  7. Set Background Picture of a Worksheet in VSTO a...

    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....to a spreadsheet: Create a workbook and access the sheet you want...background image. Save the workbook. The code samples that follow...

    docs.aspose.com/cells/net/set-background-pictur...
  8. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the Aspose.Cells for Python via .NET API....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/python-net/copying-and-mo...
  9. How to convert the files to zip using Aspose ce...

    I have a requirement where I have to create a zip from the Excel files. Now I am doing by writing the documents to ZipOutputStream. But I need to do some operations on those Excel(Workbook) using aspose cells and writ…...operations on those Excel(workbook) using aspose cells and write...However, if you do need write a workbook to your own ZipOutputStream...

    forum.aspose.com/t/how-to-convert-the-files-to-...
  10. VbaModuleCollection | Aspose.Cells for .NET API 参考

    代表列表VbaModule./vbamodule...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 初始化 VBA...项目。 VbaProject vbaProject = workbook . VbaProject ; // 添加一个新模块。...

    reference.aspose.com/cells/zh/net/aspose.cells....