> For the complete documentation index, see [llms.txt](https://docs.oneweb.tech/oneweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/integration-with-other-systems/develop-integration-with-oneweb-microflow/excel-writer.md).

# Excel Writer

Excel Writer extension is another extension provided by ONEWEB along with the platform. It can be used to write data to Excel files.

Similar to the Excel Reader Extension, to write data to Excel Files, the user needs to first install the extension to their application. Please follow the steps as described in section 6.4.16. to install and enable the Excel Writer to your application. Once the extension is installed and enabled, you can use it just like any other node in the diagram palette.

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FLC8lrJouj1g0ZxsyqsI2%2Fimage.png?alt=media\&token=250f8c8c-d15d-4dcf-bd79-db300bb23d45)

Users can configure the properties for writing the file as shown below. The File Destination can be the File System or network, allowing for FTP options like FTP, SFTP & FTPS. Users can enter the directory and file details directly or even get the data from the Business Object as shown in the Excel Reader. There is also an option to transform data to pre-defined formats while writing.

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FNJH7IogRUoAfF9UNWsza%2Fimage.png?alt=media\&token=492ef1aa-337b-4d4a-aec2-358b38074d11)

The data can be written to the specific column on excel as shown under the **specific Field** parameter or can be written as entire rows by configuring under the **records** parameter. Users can write multiple sheets of data using one Excel Writer.

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2Fs0KBntRPVERsVA4dVywb%2Fimage.png?alt=media\&token=c93e916c-b1a1-4d7d-8a0d-f954fb1b98ae)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/integration-with-other-systems/develop-integration-with-oneweb-microflow/excel-writer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
