Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 161,046 for

workbook

(0.08 sec)
  1. EquationNode.CreateNode | Aspose.Cells for .NET...

    EquationNode method. Create a node of the specified type...EquationNodeType equationType , Workbook workbook , EquationNode parent...Equation Nodes workbook Workbook The workbook object associated...

    reference.aspose.com/cells/net/aspose.cells.dra...
  2. How to Unhide All Sheets in Excel using Python

    This short tutorial explains how to unhide all sheets in Excel using Python. You will get all the environment details, step-wise approach to write the application and a runnable sample code to show hidden sheets in Excel using Python....then saving the resultant workbook as a separate XLSX , XLS ...hidden sheets in it using the Workbook class object Use the Unprotect()...

    kb.aspose.com/cells/python/how-to-unhide-all-sh...
  3. Copying and Moving Worksheets 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....Worksheets Copy Worksheets within a Workbook To copy worksheet using Aspose...the sheets of the Workbook. $sheets = $workbook -> getWorksheets...

    docs.aspose.com/cells/java/copying-and-moving-w...
  4. Public API Changes in Aspose.Cells 8.6.1|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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . save ( outputFilePath ,...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. 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...
  6. Picture.OriginalWidthCM | Aspose.Cells for .NET...

    Picture property. Gets the original width of picture in unit of centimeters...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding a...

    reference.aspose.com/cells/net/aspose.cells.dra...
  7. Picture.OriginalHeightInch | Aspose.Cells for ....

    Picture property. Gets the original height of picture in unit of inches...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding a...

    reference.aspose.com/cells/net/aspose.cells.dra...
  8. original_height_inch property | Aspose.Cells fo...

    original_height_inch property original_height_inch property Gets the original height of picture, in unit of inches. E......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. original_width_cm property | Aspose.Cells for P...

    original_width_cm property original_width_cm property Gets the original width of picture, in unit of centimeters. Exa......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Adding a...

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