# Export data for all time frame

**URL:** https://discourse.paraview.org/t/export-data-for-all-time-frame/11826
**Category:** ParaView Support
**Created:** [April 6, 2023, 9:22pm UTC](https://discourse.paraview.org/t/export-data-for-all-time-frame/11826 "2023-04-06T21:22:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![katherine\_1104](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/k/9f8e36/32.png) [@katherine\_1104](https://discourse.paraview.org/u/katherine_1104)
#### Post date: [April 6, 2023, 9:22pm UTC](https://discourse.paraview.org/t/export-data-for-all-time-frame/11826/1 "2023-04-06T21:22:12Z")

</div>

Hi community,

I have a time dependent model. I choose the points data and showed in a spreadsheet view. I want to save the data by clicking export spreadsheet, but this way only save the current timestep. Is there a way to save the select data for all time steps?

I tried to do plot selection over time and then show this as a spreadsheet view, but it seems automatically did a average for all the data for each time step.

 ![image](https://discourse.paraview.org/uploads/default/original/2X/c/cf73f69a33eef481d0256c0737241f99037aa9d4.png)

Thank you.

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [April 6, 2023, 9:37pm UTC](https://discourse.paraview.org/t/export-data-for-all-time-frame/11826/2 "2023-04-06T21:37:29Z")

</div>

You can do `Extract Selection` ![image](https://discourse.paraview.org/uploads/default/original/2X/8/808633f83787890703bf5b84d31ae562d13f4607.png) and then use `Save Data` ![image](https://discourse.paraview.org/uploads/default/original/2X/2/24cf1e77f607ee052c0475d2041bba725d0ef217.png) on the result. In the save file dialog, select `Comma or Tab Delimited Files` as the file type. When you select the output file, you will get a second dialog box that provides a `Write Time Steps` option.

---

<div class="post-metadata">

### Author: ![katherine\_1104](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/k/9f8e36/32.png) [@katherine\_1104](https://discourse.paraview.org/u/katherine_1104)
#### Post date: [April 6, 2023, 9:44pm UTC](https://discourse.paraview.org/t/export-data-for-all-time-frame/11826/3 "2023-04-06T21:44:52Z")

</div>

Thank you. That works!
