En

How to Edit Excel Files in Java

XLS, XLSX, and ODS are among the most common and widely in-use spreadsheet file formats. We normally maintain various accounts and different spreadsheets using famous Microsoft Excel and OpenOffice Calc which support these formats. Therefore, as a developer, we widely require programmatically editing Excel files within our applications. In this article, we will discuss how to edit Excel files in Java.
April 1, 2022 · 3 min · Shoaib Khan

Edit Word Documents in Java

DOC, DOCX, and ODT are among the most common and widely in-use word-processing file formats. Microsoft Word and OpenOffice Writer support these formats and are used for drafting documents. Therefore, as a developer, we often need to programmatically edit Word documents within the applications. In this article, we will discuss how to edit Word documents using the Java API for document editing.
March 30, 2022 · 3 min · Shoaib Khan

How to Edit Excel Files using C#

The most common and widely used spreadsheet file formats are XLS, XLSX, and ODS. The famous Microsoft Excel and OpenOffice Calc support these formats and we normally use these formats for maintaining accounts and different spreadsheets. Therefore, as a developer, we widely need to edit Excel files within our applications programmatically. In this article, we will discuss how to edit Excel files in C# using the .NET API.
February 6, 2022 · 3 min · Shoaib Khan

Edit XML Files in Java

XML is commonly used to store and transmit data within and between the applications. It is often a requirement where developers need to edit the XML file when it is received or before transmitting. In this article, we will discuss how to edit the XML file data in Java.
November 6, 2021 · 2 min · Shoaib Khan

Edit XML Files using C#

XML is among the W3C recommended, structured formats, commonly used to store and transmit data. It is vastly required by developers to edit the stored XML data with the applications. To ease the requirement of editing, this article guides on how to edit the XML file data using C#.
November 2, 2021 · 2 min · Shoaib Khan

Edit Word Documents in C#

The most common and widely used word-processing file formats that are supported by Microsoft Word and OpenOffice Writer are DOC, DOCX, and ODT. We normally use these formats for drafting the documents. Therefore, as a developer, we widely need to edit Word documents in our applications programmatically. In this article, we will discuss how to edit Word documents in C# using the .NET API for document editing. The following are the topics discussed briefly in this article:

  • Word Documents Editing and Automation * Edit Word Documents in C# [Continue Reading …][1]
March 26, 2021 · 3 min · Shoaib Khan

Get Document Metadata without Editing in C#

We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code
September 16, 2019 · 2 min · Atir Tahir

Enable Pagination in WordProcessing Module

Yes, this is right. Paginal mode is now implemented in GroupDocs.Editor for .NET 19.5. How this mode will effect WordProcessing documents? As you know that previously, there was only float mode. When WordProcessing documents were converted to the page-less HTML, page division was absent. But in this release WordProcessing options class contains new paged (also called paginal) mode. When paged is enabled, it produces HTML markup, optimized and adjusted for per-page edit and it creates ease to enable paged editing in any of WYSIWYG-editors.
June 18, 2019 · 2 min · Atir Tahir

Stability of Multi-Threaded Environment is Improved in GroupDocs.Editor for .NET 18.12

We are excitedly announcing another monthly release of GroupDocs.Editor for .NET. This latest release 18.12 comes up with some improvements, like compatibility of lists and paragraphs with HTML-Editors and stability in multi-threaded environment. Furthermore, few bug fixes are also introduced in this release, we therefore recommend our users to download latest API and get benefits from improved API features. Improvements Compatibility of lists and paragraphs with HTML-Editors Increase accuracy of space and gap distances between document elements Stability in multi-threaded environment Bug Fixes Exception with SDT during backward conversion Improper processing of bookmarks Incorrect processing of unusual shapes in ShapeProcessor Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.
January 2, 2019 · 1 min · Samicheema

Introducing Metered License Support in GroupDocs.Editor for Java 18.9

We are glad to announce another monthly release of GroupDocs.Editor for Java 18.9. This release comes up with multitude of new features. Now, you can manipulate documents by applying Metered License. Moreover, improvements like security update and few fixes are also introduced in this release. We’d recommend you to download latest version of the API and share your feedback. Features Following features for Cell documents are introduced:
September 14, 2018 · 2 min · Samicheema