Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,099 for

spreadsheet conversion

(0.21 sec)
  1. Render XLSX as HTML using C#

    In this topic, we will explore how to render XLSX as HTML using C# without need for additional tool. Also, we will furnish you with C# code for rendering XLSX to HTML....Conversion Product Family GroupDocs...solution to dynamically display spreadsheet data on web applications...

    kb.groupdocs.com/viewer/net/render-xlsx-as-html...
  2. 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...
  3. Releasing GroupDocs.Viewer for Java 3.2.2 with ...

    Here at GroupDocs we always look for new ways to enhance our products. We constantly strive to improve our user’s experience. Hence, we are excited to announce the new release of GroupDocs.Viewer for Java 3.2.2. The latest version of our document viewer API provides 10+ new features, 25+ improvements and fixes. Let’s explore the exciting features in GroupDocs.Viewer for Java 3.2.2. Document Viewer API for Java - FeaturesFollowing features are announced in this latest release: Ability to specify custom font paths New Conversion mechanism for displaying multipage TIFF files Implement option that allows setting text document encoding Implement method that returns supported document formats Implement file description property that returns document type format Provide JPEG image quality setting Implement configuration option that allows set cells sheet Conversion mode when converting to PDF Add support for Portuguese locale Add ability to show/hide gridlines for excel files Implement PdfFileOptions same as another Options classes Process files from the stream without specifying the fileName parameter GroupDocs....specify custom font paths New conversion mechanism for displaying...that allows set cells sheet conversion mode when converting to PDF...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  4. GroupDocs.Conversion for .NET 25.11 – Latest Up...

    Explore what’s new in GroupDocs.Conversion for .NET 25.11. Available now on NuGet and GroupDocs website....Conversion for .NET 25.11 – November...to announce the GroupDocs.Conversion for .NET 25.11 release, available...

    blog.groupdocs.com/conversion/groupdocs-convers...
  5. Generate Output in Different Format | GroupDocs

    Convert assembled documents to different formats (e.g., DOCX to PDF, DOCX to HTML) during assembly....Conversion Product Solution GroupDocs...specified format Note Format conversion is automatic based on the...

    docs.groupdocs.com/assembly/net/basic-usage-dif...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Conversion for .NET 18.2. This release...of the API. .NET Document Conversion API – New Features Convert...

    blog.groupdocs.com/groupdocs.blog/page/63/
  7. 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-...
  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....Conversion Product Solution GroupDocs...from Microsoft Office Excel spreadsheets / Extract text from Microsoft...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. 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...
  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...