I am trying to get the formatted value of a cell but there seems no such function in Google Apps Script' s Range class. But I found getNumberFormat() function that returns the format of the cell as string. Then I searched for a function that can take a format and a string and return a formatted string. No success. So I decided to roll out one myself. The problem is that the number formats are not documented anywhere. I created a script that would display some number formats.
Does anyone know how to read them?