Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 3,075 for

spreadsheets

(0.03 sec)
  1. Optimize spreadsheets in a PDF file | Documenta...

    Optimize Spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Optimize spreadsheets in a PDF file Optimize spreadsheets in a PDF...snippet shows how to optimize spreadsheets in a PDF file: Python with...

    docs.groupdocs.com/viewer/python-net/optimizati...
  2. Using Spreadsheets as Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Using Spreadsheets as Data Sources Using Spreadsheets as Data...The Business Layer . Using Spreadsheets as Data Sources Following...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  3. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel Spreadsheets....from Microsoft Office Excel spreadsheets Extract data from Microsoft...Microsoft Office Excel spreadsheets Leave feedback GroupDocs.Parser...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. Using Spreadsheets as Data Sources | Documentation

    Note The code uses some of the objects defined in The Business Layer. Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data.docx The Code...Using Spreadsheets as Data Sources Using Spreadsheets as Data...

    docs.groupdocs.com/assembly/java/using-spreadsh...
  5. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize Spreadsheets in a PDF file using the GroupDocs.Viewer Java API....Optimize spreadsheets in a PDF file Optimize spreadsheets in a PDF...snippet shows how to optimize spreadsheets in a PDF file: Java try...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize Spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#)....Optimize spreadsheets in a PDF file Optimize spreadsheets in a PDF...snippet shows how to optimize spreadsheets in a PDF file: C# using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) Spreadsheets....from Microsoft Office Excel spreadsheets / Extract text from Microsoft...Microsoft Office Excel spreadsheets Extract text from Microsoft...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel Spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel Spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....from Microsoft Office Excel spreadsheets / Extract text from Microsoft...Microsoft Office Excel spreadsheets Extract text from Microsoft...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Extract images from Microsoft Office Excel spre...

    To extract images from Microsoft Office Excel Spreadsheets getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Excel Spreadsheets as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for CSV files. Therefore, for CSV file getImages method returns null....from Microsoft Office Excel spreadsheets / Extract images from Microsoft...Microsoft Office Excel spreadsheets Extract images from Microsoft...

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....metadata in Spreadsheets Working with metadata in Spreadsheets Leave...with different kinds of spreadsheet formats such as XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...