Hi there!
Yes, in Highcharts Stock, you can generate a CSV file from the data that's being displayed on the chart. This is done using the
export module, which adds an "Export" button to the chart's context menu. When you select the CSV option, it will generate a CSV file based on the current data view.
As for the export server options, they are primarily used for generating image or PDF exports of the chart. The CSV export functionality, however, is handled entirely on the client side, so it doesn't require the export server. This means you can export your data to CSV without needing to send any data to a server, making it a straightforward and secure option.
If you need any more details or help setting this up, feel free to ask!
Kind regards,