Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,120 for

spreadsheet conversion

(1.1 sec)
  1. 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...
  2. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Node.js via Java API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Node...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Conversion Product Solution GroupDocs... Dotm , Rtf , Odt , Ott Spreadsheet Xlsx , Xls , Xlsb , Xlsm...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  8. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Conversion Product Solution GroupDocs...Word Processing documents Spreadsheet documents Presentation documents...

    docs.groupdocs.com/assembly/net/changing-target...
  9. 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 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:...Conversion Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); const metadata = new groupdocs...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. Get Possible Conversions | GroupDocs

    This article demonstrates how to get possible Conversions for a file type using GroupDocs.Conversion for Python via .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/develo...