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

xlsx

(0.03 sec)
  1. GroupDocs.Merger for Python via .NET | Document...

    Use GroupDocs.Merger for Python via .NET to merge several documents into one, split single document to multiple and organize documents in different ways....document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others. By using...

    docs.groupdocs.com/merger/python-net/
  2. GroupDocs.Merger for Node.js via Java | Documen...

    Use GroupDocs.Merger for Node.js via Java to merge several documents into one, split single document to multiple and organize documents in different ways....document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others. By using...

    docs.groupdocs.com/merger/nodejs-java/
  3. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  5. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  6. GroupDocs conversion using converter method is ...

    Sample Code snippet: private String convertToPdfIfRequired(String originalFilePath, String sharedDirectory, int sortOrder) { if (originalFilePath == null || sharedDirectory == null) { log.error(“Original file path or …...of("doc", "docx", "xls", "xlsx").contains(extension)) { return...

    forum.groupdocs.com/t/groupdocs-conversion-usin...
  7. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. Xlsx OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....OTT) Spreadsheet (XLS, XLT, XLSX, XLSM, XLTX, XLTM, XLSB, SpreadsheetML...Supported Spreadsheet (XLS, XLT, XLSX, XLSM, XLTX, XLTM, XLSB, SpreadsheetML...

    docs.groupdocs.com/assembly/net/supported-docum...
  8. Verify Digital Signature in Documents using Java

    Verify digital signatures in digitally signed Word documents, Excel sheets, PowerPoint presentations, and PDF files using Electronic Signature Java API....DOC/DOCX , Excel spreadsheets XLS/XLSX , and presentations PPT/PPTX...

    blog.groupdocs.com/signature/verify-digital-sig...
  9. Releasing GroupDocs.Text for .NET – A Convenien...

    Team GroupDocs is pleased to release GroupDocs.Text for .NET API which allows users to extract text from files and documents of various formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform text extraction operations. Why GroupDocs.Text Is Developed? Suppose you are developing a text searching or text analyzing system, wouldn’t it be great if your system can read or analyze a document even if no document reader is installed on your system?...Spreadsheet Document Formats (XLS/XLSX/XLSM/XLSB/CSV/ODS) TXT HTML...

    blog.groupdocs.com/parser/releasing-groupdocs-t...
  10. Creating an index | Documentation

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/creating-an-index/