n8n community node for Excel document processing with PDF4me API - Add headers and footers to Excel worksheets
npm install n8n-nodes-pdf4me-excelThis 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.
- Installation
- Operations
- Credentials
- Usage
- Resources
- Version History
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
You can also install this node manually in a specific n8n project:
1. Navigate to your n8n installation directory
2. Run the following command:
``bash`
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:
`json``
{
"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"
}
}
Add customizable text headers and footers to Excel worksheets with full control over alignment, font size, and color.
Features:
- Worksheet Selection: Target specific worksheets or apply to all worksheets
- Header Text: Add customizable header text with alignment options (left, center, right)
- Footer Text: Add customizable footer text with page numbering support (&P for current page, &N for total pages)
- Font Styling: Configure font size (6-72pt) and color (hex format)
- Flexible Input: Support for binary data and base64 encoded Excel files
Use Cases:
- Add company branding to automated reports
- Include page numbers on all worksheets
- Add confidential markings to sensitive documents
- Customize financial reports with headers and footers
- Brand template documents before distribution
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
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
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
- PDF4ME API Documentation
- PDF4ME Portal
- n8n Documentation
- n8n Community
- Minimum n8n version: 0.187.0
- Supported Excel formats: .xlsx
- API: PDF4ME API v2
For issues and feature requests:
- GitHub Issues: n8n-nodes-pdf4me-excel
- PDF4ME Support: support@pdf4me.com
- n8n Community: community.n8n.io
Contributions are welcome! Please feel free to submit a Pull Request.
n8n, n8n-community-node-package, excel, spreadsheet, headers, footers, pdf4me, office, documents, automation
PDF4me - https://pdf4me.com
Built with n8n and powered by PDF4ME API