Charts from a spreadsheet, without uploading it
This generator reads an Excel or CSV file and draws line, bar, scatter, pie or radar charts from the columns you choose, without sending the file anywhere. Pick one column for the X axis and as many as you need for Y. Charts export as a PNG, or as a PDF that can hold all five chart types for the same data in one document. There is no account and no upload step. It keeps working with the network switched off, which is not something a tool that uploads your spreadsheet can do.
The Y axis takes more than one column. Select several and each becomes its own series on the same axes, which is the ordinary case for a sheet where every month or every region sits in its own column. Selected columns show as chips, so you can drop one without clearing the lot and starting over.
The PDF export carries an option worth knowing about. Turn on "include all chart types" and one document comes out holding the same data drawn five ways, line through radar. It is the quickest way to find out which shape actually suits your numbers, and it beats exporting five images and assembling them by hand. The option is off by default, so a normal export is still one chart.
Dates on the X axis come out of the file as serial numbers. A cell showing 2024-01-01 is stored as 45292, and the generator formats date-formatted cells for the axis, so a column that still shows raw numbers was never formatted as a date in the spreadsheet. The Excel serial date converter explains that numbering. If you want the grid itself as text rather than a picture, the Excel to Markdown table converter reads the same file.