Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 250 for

worksheet

(0.04 sec)
  1. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Java supported document types...Excel 97-2003 Worksheet Microsoft Excel Worksheet Microsoft Excel...Binary Worksheet Microsoft Excel Macro-Enabled Worksheet Microsoft...

    docs.groupdocs.com/merger/java/supported-docume...
  2. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for .NET supported document types. The Library supports PDF, DOCX, XLSX, PPTX and many more....Excel 97-2003 Worksheet Microsoft Excel Worksheet Microsoft Excel...Binary Worksheet Microsoft Excel Macro-Enabled Worksheet Microsoft...

    docs.groupdocs.com/merger/net/supported-documen...
  3. Spreadsheet redactions | Documentation

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....organized into worksheets (one table per worksheet) - such as Microsoft...the redaction to a specific worksheet and/or column. The options...

    docs.groupdocs.com/redaction/net/spreadsheet-re...
  4. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....SpreadsheetWorksheet worksheet in content . Worksheets ) { foreach (...SpreadsheetShape shape in worksheet . Shapes ) { Console . WriteLine...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  5. Specify spreadsheet rendering options | Documen...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....in a worksheet have unique names displayed on the worksheet’s left...demonstrates the result: Render worksheet gridlines Use the method to...

    docs.groupdocs.com/viewer/java/specify-renderin...
  6. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....per one worksheet, or single HTML for all worksheets, embedded...contains all the data from a worksheet, and a set of different CSS...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  7. Specify spreadsheet rendering options | Documen...

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....in a worksheet have unique names displayed on the worksheet’s left...demonstrates the result: Render worksheet gridlines Use the property...

    docs.groupdocs.com/viewer/python-net/specify-re...
  8. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....for ( SpreadsheetWorksheet worksheet : content . getWorksheets...SpreadsheetShape shape : worksheet . getShapes ()) { System ...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  9. GroupDocs Regarding Excel and DOCX files Previe...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for preview purposes. However, I have encountered some issues during the conversion: When c…...Convert Excel Files – One Worksheet per Page or the Entire Workbook...GroupDocs.Viewer to render each worksheet to a separate page. You can...

    forum.groupdocs.com/t/groupdocs-regarding-excel...
  10. Inserting Chart Axis Title Dynamically in Sprea...

    Note This feature is supported by version 18.1 or greater. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following steps, you can create a column chart in MS Excel 2013: Create a new Workbook Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your Worksheet Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...the chart and Worksheet template to your Worksheet Edit the Worksheet...

    docs.groupdocs.com/assembly/java/inserting-char...