Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,209 for

spreadsheet conversion

(0.69 sec)
  1. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel Spreadsheets....Conversion Product Solution GroupDocs...from Microsoft Office Excel spreadsheets Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. Convert eBook formats | GroupDocs

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/convert/ebook/
  3. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel Spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....Conversion Product Solution GroupDocs...from Microsoft Office Excel spreadsheets / Extract Metadata from...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Process an excel spreadsheet and get the right PDF/output...PDF/output. A simple conversion (Complete spreadsheet to PDF) is ideal...

    blog.groupdocs.com/groupdocs.blog/page/41/
  5. Working with metadata in Spreadsheets | GroupDocs

    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....Conversion Product Solution GroupDocs...metadata in Spreadsheets Working with metadata in Spreadsheets Leave...

    docs.groupdocs.com/metadata/net/working-with-me...
  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....Conversion Product Solution GroupDocs...metadata in Spreadsheets Working with metadata in Spreadsheets Leave...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) Spreadsheets....Conversion Product Solution GroupDocs...from Microsoft Office Excel spreadsheets / Search text in Microsoft...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Node.js via Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Node...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. 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....Conversion Product Solution GroupDocs...from Microsoft Office Excel spreadsheets / Extract text from Microsoft...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. 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....Conversion Product Solution GroupDocs...from Microsoft Office Excel spreadsheets / Search text in Microsoft...

    docs.groupdocs.com/parser/java/search-text-in-m...