Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 3,263 for

spreadsheet

(0.05 sec)
  1. Releasing GroupDocs.Parser for Java – A Conveni...

    We are pleased to announce that the first version of GroupDocs.Parser for Java has been released. GroupDocs.Parser for Java allows the Java developers to extract raw and formatted text from the popular document formats. The API also supports working with containers such as ZIP and email containers. You can also access the metadata attached to the documents using a few lines of code. Please continue to read more about the features and the file formats supported by the API....odp) Spreadsheet Document Formats (.xls/,xlsx/...

    blog.groupdocs.com/parser/releasing-groupdocs.p...
  2. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate Spreadsheet page previews try (Parser parser = new Parser(Constants....Parser class to generate spreadsheet page previews try ( Parser...

    docs.groupdocs.com/parser/java/handle-loading-o...
  3. Convert XLSX to MHTML using Python

    Convert XLSX to MHTML using Python to generate web-friendly Spreadsheets. Learn how to export XLSX to MHTML in Python with styling and layout preservation....XLSX to MHTML using Python Spreadsheets can be easily shared on...makes it ideal for archiving spreadsheets or embedding them in web...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  4. Extract Text from XLSX using Java

    This article describes the method of how to extract text from XLSX using Java. It features a code to guide you through integrating text extraction from XLSX in Java....a widely used format for spreadsheets, these files often hold...handling and analyzing your spreadsheet data. Earlier, we shared...

    kb.groupdocs.com/parser/java/extract-text-from-...
  5. Read Metadata from XLSX using Java

    Discover how to read metadata from XLSX using Java without the need of additional software. You will be given a code example to read metadata of XLSX using Java....widely used file format for spreadsheets, notably associated with...Microsoft Excel. Besides the spreadsheet’s actual data, XLSX files...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  6. Sign Documents with Digital Certificate using C...

    Electronically sign Word & PDF files with digital certificate in C# using .NET API for electronic signatures. Change the appearance of digital signatures....word-processing documents and spreadsheet formats. Download the DLLs...

    blog.groupdocs.com/signature/sign-documents-wit...
  7. Strengthen the Protection of Text Watermark in ...

    We are pleased to introduce version 18.8 of GroupDocs.Watermark for Java. This version includes 2 new features, 1 enhancement, 1 bug fix, and a breaking change as well. It supports skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in PowerPoint documents. Please continue to read more about version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search There might be the case that the watermark’s text contains unreadable characters....CustomXml Drawing Types in Spreadsheet Documents # The latest version...

    blog.groupdocs.com/watermark/strengthen-the-pro...
  8. GroupDocs.Assembly for Net overview | Documenta...

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during Spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....assembly Apply formula during spreadsheet assembly Template formatting...

    docs.groupdocs.com/assembly/net/product-overview/
  9. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....SpreadsheetOptions { get; set; } The spreadsheet files view options. TextOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format.... Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/net/load-a-file-of-...