Description
n8n-nodes-pdf4me-excel
This is an n8n community node that enables you to process Excel documents with PDF4ME’s powerful Excel processing capabilities. Add customizable headers and footers to your Excel worksheets with full control over styling and positioning.
n8n is a fair-code licensed workflow automation platform.
Table of Contents
- Installation
- Operations
- Credentials
- Usage
- Resources
- Version History
Installation
Community Nodes (Recommended)
For users on n8n v0.187+, you can install this node directly from the n8n Community Nodes panel in the n8n editor:
1. Open your n8n editor
2. Go to Settings > Community Nodes
3. Search for “n8n-nodes-pdf4me-excel”
4. Click Install
5. Reload the editor
Manual Installation
You can also install this node manually in a specific n8n project:
1. Navigate to your n8n installation directory
2. Run the following command:
npm install n8n-nodes-pdf4me-excel
3. Restart your n8n server
For Docker-based deployments, add the package to your package.json and rebuild the image:
{
"name": "n8n-custom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "n8n"
},
"dependencies": {
"n8n": "^1.0.0",
"n8n-nodes-pdf4me-excel": "^0.8.1"
}
}
Operations
Add Text Header Footer To Excel
Add customizable text headers and footers to Excel worksheets with full control over alignment, font size, and color.
Features:
Use Cases:
Credentials
To use this node, you need a PDF4ME API key:
1. Sign up for a free account at PDF4ME
2. Navigate to API Keys in your account
3. Generate a new API key
4. Add the API key to your n8n credentials:
– In n8n, go to Credentials > New
– Select PDF4me API
– Enter your API key
– Save the credentials
Usage
Basic Example: Add Header and Footer to Excel
This example shows how to add a header and footer to an Excel file:
1. Input Node: Use a node that provides an Excel file (e.g., HTTP Request, Google Drive, etc.)
2. PDF4me Excel Node: Configure with:
– Input Data Type: Binary Data
– Worksheet Name: Sheet1
– Header Text: Company Confidential
– Footer Text: Page &P of &N
– Header/Footer Alignment: Center
– Font Size: 10
– Font Color: #000000
– Apply To All Worksheets: false
3. Output: The modified Excel file with headers and footers
Advanced Example: Process Multiple Files
Process multiple Excel files with custom headers:
1. Loop Node: Iterate over multiple files
2. PDF4me Excel Node: Add headers/footers to each file
3. Save/Send: Save the processed files or send them via email
Input Options
Input Data Type
Header/Footer Configuration
Output Options
Resources
Compatibility
Support
For issues and feature requests:
Version History
1.0.0 (Current)
License
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Keywords
n8n, n8n-community-node-package, excel, spreadsheet, headers, footers, pdf4me, office, documents, automation
Author
PDF4me – https://pdf4me.com
Acknowledgments
Built with n8n and powered by PDF4ME API