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

workbook

(0.09 sec)
  1. GetPrecedents | Aspose.Cells for .NET API 参考

    获取出现在此单元格公式中的所有引用... 例子 [C#] Workbook workbook = new Workbook (); Cells cells...cells = workbook . Worksheets [ 0 ]. Cells ; cells [ "A1" ]. Formula...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. Update XLT File using Python | products.aspose.com

    Modify XLT document in Python applications without using Microsoft Excel....File in Python 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/xlt/
  3. Update XLT File using Java | products.aspose.com

    Modify XLT document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLT File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xlt/
  4. Aspose::Cells::JsonLoadOptions class | Aspose.C...

    Aspose::Cells::JsonLoadOptions class. Represents the options of loading json files in C++....format, you should not save the workbook as excel file format later...initializing styles of the workbook. GetFontConfigs() Gets and...

    reference.aspose.com/cells/cpp/aspose.cells/jso...
  5. Row | Aspose.Cells for .NET API 参考

    表示工作表中的单行...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //获取第一个工作表的引用...worksheet = workbook . Worksheets [ 0 ]; Style style = workbook . CreateStyle...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. Public API Changes in Aspose.Cells 8.9.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....//Initialize Workbook instance Workbook book = new Workbook (); //Access...//Initialize Workbook instance Workbook book = new Workbook (); //Access...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Class DisplayUnitLabel | Aspose.Cells for .NET ...

    Aspose.Cells.Charts.DisplayUnitLabel class. Represents the display unit label...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    reference.aspose.com/cells/net/aspose.cells.cha...
  8. accept_all_revisions method | Aspose.Cells for ...

    accept_all_revisions method accept_all_revisions Accepts all tracked changes in the Workbook. def accept_all_revision......all tracked changes in the workbook. def accept_all_revisions...module aspose.cells class Workbook Workbook constructor add_digital_signature...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Using WorkbookMetadata|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....a light-weight version of workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/net/using-workbookmetadata/
  10. HorizontalPageBreak | Aspose.Cells for .NET API 参考

    封装表示水平分页符的对象...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //通过传入工作表的索引来获取新添加的工作表的引用...的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //在单元格Y30处添加分页符...

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