Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 405 for

worksheet

(0.04 sec)
  1. GroupDocs.Parser for .NET 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Parser for .NET 25.12. Available now on NuGet and GroupDocs website....pageIndex argument maps to the worksheet index. Both enhancements keep...{ int pageIndex = 0 ; // Worksheet index // Returns ListObject...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  2. Shapes in spreadsheet document | GroupDocs

    Inspect, modify, and remove shapes in Excel documents using Python via .NET....This sample iterates all worksheets and prints shape metadata...SpreadsheetContent ) for worksheet in content . worksheets : for shape in...

    docs.groupdocs.com/watermark/python-net/shapes-...
  3. Shapes in spreadsheet document | GroupDocs

    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...
  4. 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...
  5. 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-...
  6. Supported Document Types | GroupDocs

    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...
  7. Spreadsheet redactions | GroupDocs

    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...
  8. Specify spreadsheet rendering options | GroupDocs

    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...
  9. GroupDocs.Editor for Java 26.1 – Latest Updates...

    Explore what’s new in GroupDocs.Editor for Java 26.1. Available now on NuGet and GroupDocs website.... EDITORNET‑2969 Delete worksheet from a spreadsheet – you can...now programmatically drop a worksheet from an Excel file. Details...

    blog.groupdocs.com/editor/groupdocs-editor-for-...
  10. Column Chart in Spreadsheet Document | GroupDocs

    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...