I need to insert a large amount of financial data into the CMS on a consistent basis.
Currently, I’m copying the data from MS Excel, turning it into a PNG picture and inserting this into the CMS.
However, for the most part, this comes out quite blurry. Here’s a short snippit:
The full image is much longer than this, so making the text larger isn’t really an option.
So, is there a much better way of transferring this sort of data from excel, where the text is small, onto the website without losing the sharpness of the text?
Strange enough, I’ve had a similar issue.
Built the whole website and when I finally view it, the font was impossible to see.
I move browser to other monitor and it came in clear.
First thought is the monitor is messed up.
Nope
The font I was using on a responsive website did not work too well with responsive adjustments.
Are you 100% certain you’ve tried rendering the image at a certain size, and setting it to display at specifically that size, and it still came out blurry?
Because that should not be possible with a PNG. It sounds like the browser is resizing the image for one reason or another, and browsers are pretty terrible at resizing images.
Hi, you can select the Excel data and save it as a pdf. Open the pdf in Illustrator, which will convert most of the text to outlines, then select all and export is as an .svg. Upload the svg and you are working with vector shapes, not pixels. Probably have to set minimum Height and Width to stop it shrinking too much, but will be responsive like any .svg
Realise it’s not ideal but I’m sure you could figure out a workflow in Illustrator, create an action then use a Batch command on the entire folder of excel files, should be possible.