Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 161,894 for

workbook

(0.16 sec)
  1. Aspose::Cells::FormulaSettings class | Aspose.C...

    Aspose::Cells::FormulaSettings class. Settings of formulas and calculation in C++....full calculation when the workbook is opened. GetCalculateOnSave()...Indicates whether recalculate the workbook before saving the document...

    reference.aspose.com/cells/cpp/aspose.cells/for...
  2. replace method | Aspose.Cells for Python via .N...

    replace method Contents [ Hide ] replace Replaces a cell’s value with a new string. def replace ( self , place_holder......import Workbook workbook = Workbook () # ...... workbook . replace...aspose.cells import Workbook workbook = Workbook () # ...... newValue...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Name class | Aspose.Cells for Python via .NET A...

    Name class Name class Represents a defined name for a range of cells. The Name type exposes the following members: Pr......Indicates this name belongs to Workbook or Worksheet. 0 = Global name...import Workbook # Instantiating a Workbook object workbook = Workbook...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Aspose::Cells::Rendering::PdfBookmarkEntry clas...

    Aspose::Cells::Rendering::PdfBookmarkEntry class. PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or "", current instance will be hidden and children will be inserted on current level in C++....Cells :: Startup (); Workbook workbook ; workbook . GetWorksheets...GetWorksheets (). Add (); workbook . GetWorksheets (). Add (); Cell cellInPage1...

    reference.aspose.com/cells/cpp/aspose.cells.ren...
  5. Encrypting Excel Files using Aspose.Cells|Docum...

    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 workbook = new Workbook ( srcFileName...//Specify XOR encryption type. workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/net/encrypting-excel-file...
  6. 从流中打开电子表格文档|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 . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  7. 在Jython中取消保护简单受保护的工作表|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.... cells import Workbook from com . aspose . cells...Instantiating a Workbook object workbook = Workbook ( dataDir + "Book1...

    docs.aspose.com/cells/zh/java/unprotecting-simp...
  8. 冻结窗格的使用|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 (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; worksheet...

    docs.aspose.com/cells/zh/net/working-with-freez...
  9. Aspose::Cells::ExternalLinkCollection class | A...

    Aspose::Cells::ExternalLinkCollection class. Represents external links collection in a Workbook in C++....external links collection in a workbook. class ExternalLinkCollecti...specified external link from the workbook. RemoveAt(int32_t index, bool...

    reference.aspose.com/cells/cpp/aspose.cells/ext...
  10. Set Print Titles|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 ( "../...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/net/set-print-titles/