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

spreadsheets

(0.68 sec)
  1. Merge Excel Files and Spreadsheets using C# | C...

    Combine Excel spreadsheet files using C#. Merge specific sheets of XLS/XLSX files using .NET merger API by GroupDocs....中國傳統的 Merging data from two spreadsheet files is not a difficult...it. Combining two or more spreadsheets into a single one is just...

    blog.groupdocs.com/merger/merge-excel-files-and...
  2. 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...
  3. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel Spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....from Microsoft Office Excel spreadsheets Extract data from Microsoft...Microsoft Office Excel spreadsheets Leave feedback GroupDocs.Parser...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. Extract images from Microsoft Office Excel spre...

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

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. Optimize spreadsheets in a PDF file | GroupDocs

    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. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java 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 getSpreadsheetType method to obtain file format information advanced_usage....metadata in Spreadsheets Working with metadata in Spreadsheets Leave...with different kinds of spreadsheet formats such as XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Using Spreadsheets as Data Sources | GroupDocs

    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...
  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. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel Spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....from Microsoft Office Excel spreadsheets / Search text in Microsoft...Microsoft Office Excel spreadsheets Search text in Microsoft Office...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Optimize spreadsheets in a PDF file | GroupDocs

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