Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 161,892 for

workbook

(0.11 sec)
  1. Class CellWatchCollection | Aspose.Cells for .N...

    Aspose.Cells.CellWatchCollection class. Represents the collection of cells on this worksheet being watched in the watch window...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...Worksheet. Worksheet sheet = workbook . Worksheets [ 0 ]; // Add...

    reference.aspose.com/cells/net/aspose.cells/cel...
  2. Find Value in Cells using Aspose.Cells|Document...

    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 ( "workbook...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/find-value-in-cells-...
  3. 在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....by excel file path $workbook = new Workbook ( $dataDir . "book1...scroll bar of the Excel file $workbook -> getSettings () -> setVScrollBarVisible...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  4. Find Value in Cells|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 ( "../...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Finding...

    docs.aspose.com/cells/net/find-value-in-cells/
  5. 在 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 class FreezePanes : def __init__...WorkingWithWorksheet / FreezePanes / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/freeze-panes-in-j...
  6. 在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....Ruby 将其文件保存到某个存储位置,那么他们可以在调用 Workbook 对象的 save 方法时指定文件名(包括完整的存储路径)和所需的文件格式(使用...default (Excel2003) format workbook . save ( data_dir + "Book1...

    docs.aspose.com/cells/zh/java/saving-files-in-r...
  7. Worksheet.AddCopy() - Free Support Forum - aspo...

    Hi, I have an issue with Aspose.cells. I have a worksheet with some template name as Sheet1. I need to write each employee details in sheet by taking Worksheet.AddCopy(1). But if hide a of the row of second employee …...Open); using (Workbook workbook = new(fstream)) { Worksheet...Worksheet worksheet0 = workbook.Worksheets[0]; Worksheet worksheet1...

    forum.aspose.com/t/worksheet-addcopy/272842
  8. Aspose::Cells::Drawing::Picture::Copy method | ...

    Aspose::Cells::Drawing::Picture::Copy method. Copy the picture in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //insert first...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  9. 使用Aspose.Cells加密工作簿|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....//Instantiate a Workbook object by excel file path Workbook workbook = new...new Workbook ( dataDir + "book1.xls" ); //Password protect the...

    docs.aspose.com/cells/zh/java/encrypt-workbook-...
  10. Class ExternalLink | Aspose.Cells for .NET API ...

    Aspose.Cells.ExternalLink class. Represents an external link in a Workbook...Represents an external link in a workbook. public class ExternalLink...external links Workbook workbook = new Workbook ( "book1.xls"...

    reference.aspose.com/cells/net/aspose.cells/ext...