mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
docs: Update Excel node to use external template url (no-changelog) (#11846)
This commit is contained in:
parent
ddda0bde0b
commit
af61dbf37f
|
@ -27,7 +27,7 @@ export const versionDescription: INodeTypeDescription = {
|
|||
properties: [
|
||||
{
|
||||
displayName:
|
||||
'This node connects to the Microsoft 365 cloud platform. Use the \'Extract from File\' and \'Convert to File\' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href="/templates/890" target="_blank">More info</a>.',
|
||||
'This node connects to the Microsoft 365 cloud platform. Use the \'Extract from File\' and \'Convert to File\' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href="https://n8n.io/workflows/890-read-in-an-excel-spreadsheet-file/" target="_blank">More info</a>.',
|
||||
name: 'notice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
|
|
Loading…
Reference in a new issue