Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 3,175 for

spreadsheet

(0.09 sec)
  1. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET....other formats — for all spreadsheet-based formats (like XLS,...

    docs.groupdocs.com/editor/net/edit-word/
  2. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...Unlike WordProcessing and Spreadsheet documents, text documents...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  3. GroupDocs.Viewer for Java 3.7.0 makes easy to r...

    Team GroupDocs is excitedly releasing a new version of GroupDocs.Viewer for Java. Many of the new features have been introduced in GroupDocs.Viewer for Java 3.7.0, such as the rendering of Email attachments and Rendering PDF document with layered content. Some of the important fixes about outstanding issues and improvements have also packed with this release. In order to enable all the rich features in your project please upgrade your document viewer applications with the latest version of the API....uniformly while converting spreadsheet to HTML Ott file stream detects...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  4. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....RevisionNumber TotalEditingTime Spreadsheet format fields Application...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  5. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications....Docx), PDF, HTML, EPUB, Spreadsheet (XLS, XLSX), Presentation...

    blog.groupdocs.com/search/search-text-in-word-e...
  6. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java....other formats — for all spreadsheet-based formats (like XLS,...

    docs.groupdocs.com/editor/java/edit-word/
  7. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...format families like Excel/Spreadsheet, PowerPoint/Presentation...

    forum.groupdocs.com/t/different-visualization-t...
  8. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java....families: WordProcessing, Spreadsheet , and Presentation . Steps...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  9. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified.... Spreadsheet ); try ( Metadata metadata...

    docs.groupdocs.com/metadata/java/migration-notes/
  10. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Left top corner of page Spreadsheet Point Left top corner of...

    docs.groupdocs.com/watermark/java/adding-text-w...