windows:aboutexcelcsvformat
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windows:aboutexcelcsvformat [2014/10/29 11:10] – rlunaro | windows:aboutexcelcsvformat [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
What I've find out researching into the way Excel stores this information and making some tries is this: | What I've find out researching into the way Excel stores this information and making some tries is this: | ||
- | # The general format is this: | + | The general format is this: |
< | < | ||
Line 18: | Line 18: | ||
</ | </ | ||
- | # As ''< | + | As ''< |
- | # | + | |
+ | If the character ''< | ||
| | ||
< | < | ||
Line 26: | Line 27: | ||
</ | </ | ||
| | ||
- | # **How the carriage returns in the values are treated??? | + | **How the carriage returns in the values are treated??? |
| | ||
Line 34: | Line 35: | ||
</ | </ | ||
- | # **What happens with the lenght of the values???** The maximum length per record is 32,768 **bytes** (sounds familiar, isn't it?). Pay attention to the " | + | **What happens with the lenght of the values???** The maximum length per record is 32,768 **bytes** (sounds familiar, isn't it?). Pay attention to the " |
| | ||
| | ||
Line 46: | Line 47: | ||
===== A reference implementation in visual basic script ===== | ===== A reference implementation in visual basic script ===== | ||
- | Here is my reference implementation in visual basic script, which can be easily converted into other programming language like java. | + | Here is my reference implementation in visual basic script |
+ | |||
+ | As a safety precaution, I've put behind double quotes any value that contains a " | ||
<code vbs> | <code vbs> | ||
Line 153: | Line 156: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ~~~DISQUS~~~ | ||
windows/aboutexcelcsvformat.1414581000.txt.gz · Last modified: 2022/12/02 21:02 (external edit)