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

worksheet

(0.07 sec)
  1. 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...
  2. 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...
  3. Add Watermark to Excel Workbooks using C# | Tex...

    Insert watermarks into Excel workbooks using C#. Watermark all sheets or insert watermark to just specific sheet even as background using .NET API....text watermark to the Excel worksheet using Add mehtod. Save the...TextWatermark class. Set the worksheet index so that watermark is...

    blog.groupdocs.com/watermark/watermark-excel-sh...
  4. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...options to edit a specific worksheet (e.g., the first one) SpreadsheetEditOptio...first worksheet }; // Load the content of the worksheet into an...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  5. 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...
  6. 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...
  7. 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...
  8. Column Chart in Spreadsheet Document | Document...

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create 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....the chart and Worksheet template to your Worksheet. Edit the Worksheet...

    docs.groupdocs.com/assembly/java/column-chart-i...
  9. 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...
  10. 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-...