July 9th, 2011 Alex Posted in encryption, excel Comments Off
October 18th, 2010 Alex Posted in excel, programming, web Comments Off
Although you should not use tables for layouts (CSS should be used for this purpose), you should definitely use tables if you need to display tabular data (Excel file data, database data or CSV file for example).
Concrete example:
| Mon | Tue | Wed | Thu | Fri | |
|---|---|---|---|---|---|
| 8:00-9:00 | Meet Sam | ||||
| 9:00-10:00 | Dr Williams | Sam again | Leave for CA |
July 1st, 2010 Alex Posted in excel, perl, programming, windows Comments Off
If you want Excel to keep a field’s leading zeros when opening a CSV file using Excel, you can change it to =”value”.
For example, if you have a row with 4 values that looks like this:
test,00016102,test,test
Just change it to:
test,="00016102",test,test