Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 161,892 for

workbook

(0.14 sec)
  1. Create CSV Files via Python | products.aspose.com

    Python Sample code for generating CSV documents. Use this code for creating CSV files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create-csv/
  2. Aspose::Cells::Rendering::WorkbookPrintingPrevi...

    Aspose::Cells::Rendering::WorkbookPrintingPreview::WorkbookPrintingPreview constructor. The construct of WorkbookPrintingPreview in C++....orkbookPrintingPrev(const Workbook&, const ImageOrPrintOptions&)...WorkbookPrintingPrev ( const Workbook & workbook , const ImageOrPrintOptions...

    reference.aspose.com/cells/cpp/aspose.cells.ren...
  3. Calculating Formulas 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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/calculating-formulas-...
  4. Adding Hyperlinks to Link Data in Aspose.Cells|...

    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 provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/adding-hyperlinks-to-...
  5. Use Formulas Functions to Process Data in VSTO ...

    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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/net/use-formulas-function...
  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....Cells - 使用字体 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  7. sheet_set 属性 | Aspose.Cells for Python via .NET...

    sheet_set 属性 sheet_set 属性 获取或设置要呈现的工作表。默认为工作簿中的所有可见工作表: SheetSet.visible 。 例子 以下代码仅将活动工作表呈现为 pdf。 from aspose.cells i......cells import PdfSaveOptions , Workbook from aspose.cells.rendering...rendering import SheetSet workbook = Workbook ( "Book1.xlsx" ) activeSheetIndex...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. Aspose::Cells::Drawing::Picture::GetOriginalHei...

    Aspose::Cells::Drawing::Picture::GetOriginalHeightInch method. Gets the original height of picture, in unit of inches in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  9. Aspose::Cells::Drawing::Picture::GetOriginalWid...

    Aspose::Cells::Drawing::Picture::GetOriginalWidth method. Gets the original width of the picture in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  10. Add Data in Cells|Documentation

    This article explains how to Add Data in Cells using Aspose.Cells for .NET APIs....Cells provides a class, Workbook, that represents a Microsoft...Microsoft Excel file. Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/add-data-in-cells/