Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 3,180 for

spreadsheet

(0.11 sec)
  1. 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 // 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.... Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  2. How to edit CSV file | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....regarding processing DSV spreadsheets (Delimiter-separated values)...specific form of text-based spreadsheets with delimiters (separators)...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  3. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Node.js via Java API....document with options Load Spreadsheet document with options Load...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Integrating with Native Spreadsheet Data Types By default, GroupDocs...expression types. However, for Spreadsheet documents, this may interfere...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  5. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....in Java 1 Add Password to Spreadsheets 1 Add Password to Word 1...csharp 1 Add Watermark to Spreadsheets 1 Add Watermark to Word...

    blog.groupdocs.com/zh/tags/
  6. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....in Java 1 Add Password to Spreadsheets 1 Add Password to Word 1...csharp 1 Add Watermark to Spreadsheets 1 Add Watermark to Word...

    blog.groupdocs.com/zh-hant/tags/
  7. Next Generation GroupDocs.Conversion for Java i...

    Team GroupDocs is contented to release Next Generation GroupDocs.Conversion for Java, a totally back-end API in the era of document conversion. API enables Java developers to convert a document in various supported formats. As the API is UI-Agnostic and no additional tool or service is required for it, developers can integrate it in their existing projects as well. We would suggest you to explore the API and share your valuable feedback...Conversion from Other Format to Spreadsheet Formats Conversion to Word...

    blog.groupdocs.com/conversion/groupdocs-coversi...
  8. Creating world and excel tables with two expand...

    Hi, We are trying to replace our old reporting software with groupdocs. There’s however two types of tabels that we are unable to recreate within groupdocs. In the attachment I have provided an example of these tables. …...approach can be used for Spreadsheet documents, if needed. More...

    forum.groupdocs.com/t/creating-world-and-excel-...
  9. 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....XLSX files into a unified spreadsheet. Whether for gathering data...

    kb.groupdocs.com/merger/java/merge-xlsx-files-u...
  10. Document conversion is hanging using Java - Fre...

    Hi, We are encountering the same issue (documents hanging during conversion) while converting various file formats such as .docx, .xlsx, .pptx, etc., into PDFs. This issue is occurring only in our production environment…...If you are converting a spreadsheet to a PDF, you can use SpreadsheetLoadOptio...

    forum.groupdocs.com/t/document-conversion-is-ha...