Category
Java Add and Change Variables in Word Documents
2023-11-07 01:56:01
Variables in Word documents are a type of field that is characterized by the ability of convenient and accurate text management, such as text replacement and deletion. Compared with the find-and-replace function, replacing text by assigning values to variables is faster and less error-prone. This article is going to show how to add or change variables in Word documents programmatically using Spire.Doc for Java.
Java Create a Fillable Form in Word
2023-11-06 09:45:13
Word allows you to create forms that other people can use to enter information. Fillable forms are used for a variety of purposes. Human resources use forms to collect employee and consultant information. Marketing departments use forms to survey customer satisfaction with their products and services. Organizations use forms to register members, students, or clients. Some of the tools you will use when creating a form include:
Java Protect or Unprotect Word Documents
2023-11-06 09:34:52
Table of Contents Install Spire.Doc for Java Protect a Word Document with a Password in Java Change Permission of a Word Document in Java Lock Specified Sections of a Word Document in Java Mark a Word Document as Final in Java Remove Password from an Encrypted Word Document in Java See Also Install with Maven <dependency> <groupId>e-iceblue</groupId> <artifactId>spire.doc</artifactId> <version>12.2.2</version> </dependency> Copy to clipboard Related Links Download Library If you're interested in exploring opportunities in Java programming language, you can find various developer jobs that require expertise in document security and manipulation. Enabling security options of your Word documents is essential…
Java Convert Word to Images (JPG, PNG and SVG)
2023-11-06 09:18:03
There are many reasons why you might need to convert Word documents to images. For example, a lot of devices can open and display images directly without any special software, and when images are transmitted their content is difficult to be tampered with. In this article, you will learn how to convert Word to popular image formats such as JPG, PNG and SVG using Spire.Doc for Java.
C# Edit or Delete Comments in Excel
2023-10-31 03:49:23
Excel comments are additional notes or commentary that can be added to specified cells to provide more in-depth explanations or to offer tips to other users. Once a comment’s been added, Excel provides users with the flexibility to format, edit, delete and show/hide the comment in the worksheet. In this article, you will learn how to programmatically edit or delete existing comments in Excel using Spire.XLS for .NET.
C# Copy Worksheets in Excel
2023-10-31 03:39:36
Excel copy function enables you to not only copy worksheets within Excel workbook but also copy worksheets between different Excel workbooks. This article will introduce solutions to copy worksheets within one Excel workbook and among different workbooks via Spire.XLS for .NET in C#, VB.NET. Besides, all the cell formats in the original Excel worksheets will be completely remained.
C# Create, Read, or Update Excel Documents
2023-10-31 03:30:14
Excel spreadsheet is a widely used file format that enables users to organize, analyze, and present data in a tabular format. The ability to interact with Excel files programmatically is highly valuable, as it allows automation and integration of Excel functionality into software applications. This capability is particularly useful when working with large datasets, performing complex calculations, or when data needs to be dynamically generated or updated. In this article, you will learn how to create, read, or update Excel documents in C# and VB.NET using Spire.XLS for .NET.
C# Convert Excel to HTML
2023-10-31 03:16:38
When you create an Excel table and want to publish it online as a web page, the simplest way is to convert it to an HTML file. This article will demonstrate how to convert Excel to HTML programmatically from the following two aspects using Spire.XLS for .NET.