Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,099 for

spreadsheet conversion

(0.15 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Conversion Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  2. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page....Conversion Product Solution GroupDocs...for Word Processing and Spreadsheet documents digital signature...

    docs.groupdocs.com/signature/net/using-signatur...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs.... common . FileFormat . SPREADSHEET ) # constants.input_xls is...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Conversion Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Conversion Product Solution GroupDocs...your sensitive information. Spreadsheet Redactions A special case...

    docs.groupdocs.com/redaction/python-net/feature...
  6. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Conversion Product Solution GroupDocs...your sensitive information. Spreadsheet Redactions A special case...

    docs.groupdocs.com/redaction/java/features-over...
  7. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly....Conversion Product Solution GroupDocs...Cell (Spreadsheet Documents) Link to cells in spreadsheet documents:...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  8. Merge XLSX files using Java

    Discover the process of how to merge XLSX files using Java. Enhance document management efficiency by learning how to combine XLSX files in Java programming....Conversion Product Family GroupDocs...XLSX files into a unified spreadsheet. Whether for gathering data...

    kb.groupdocs.com/merger/java/merge-xlsx-files-u...
  9. GroupDocs.Viewer for Node.js via Java | GroupDocs

    GroupDocs.Viewer for Node.js allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your JavaScript application....Conversion Product Solution GroupDocs...over . Load text documents, spreadsheets, presentations, PDF files...

    docs.groupdocs.com/viewer/nodejs-java/
  10. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Conversion Product Solution GroupDocs...DOCM, RTF, ODT, …), Spreadsheet (XLSX, XLSM, …), Presentation...

    docs.groupdocs.com/viewer/java/rendering-to-html/