Description: I have a number of .csv files. They all open with an unreadable font size. Changing the font and font size will not save. Have tried "save" from 3 locations. Always revert to original font. Steps to Reproduce: 1. Start csv file 2. change fonts to larger and other font 3. Save Actual Results: No change to fonts or font size Expected Results: new font Reproducible: Always User Profile Reset: No Additional Info: [Information automatically included from LibreOffice] Locale: en-US Module: SpreadsheetDocument [Information guessed from browser] OS: Windows (All) OS is 64bit: no
Test selecting a different Character set on the input window.
Dear Dutch, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
So what part of this do you not understand? Description: I have a number of .csv files. They all open with an unreadable font size. Changing the font and font size will not save. Have tried "save" from 3 locations. Always revert to original font. Steps to Reproduce: 1. Start csv file 2. change fonts to larger and other font 3. Save Actual Results: No change to fonts or font size Expected Results: new font
[Automated Action] NeedInfo-To-Unconfirmed
I believe this is to be expected, DUE TO SAVING TO CSV. Font changes aren't supported in CSV format - the file format itself does not allow for saving any information that would store fonts. The file is literally just values seperated by comma's. You can save as a standard file format and get font changes, but saving to CSV will not save fonts; this is true in other office apps like MS Excel as well. It's less an issue with this particular app and more an issue with the file format. For example, if you wrote an app on your own to attempt to accomplish this, you could not possibly add data to the CSV file to mark-up information about fonts, you would have to create a seperate file to hold that information as if you did include font data into a CSV file, other apps would not be able to read it as a proper CSV given the standardized format / expectations of that format.