Posts Tagged ‘smimport’

vCard files in SMImport

Saturday, July 15th, 2017

New TSMImportFromVCard component added in SMImport to parse the vcf files (Outlook contact files):
http://www.scalabium.com/smi

dBase Language ID

Wednesday, February 3rd, 2016

I changed the procedure to translate the strings in dBase files for SMImport. The list of supported Language ID

ID Codepage Description
1 0×01 437 US MS-DOS
2 0×02 850 International MS-DOS
3 0×03 1252 Windows ANSI Latin I
4 0×04 10000 Standard Macintosh
8 0×08 865 Danish OEM
9 0×09 437 Dutch OEM
10 0x0A 850 Dutch OEM*
11 0x0B 437 Finnish OEM
13 0x0D 437 French OEM
14 0x0E 850 French OEM*
15 0x0F 437 German OEM
16 0×10 850 German OEM*
17 0×11 437 Italian OEM
18 0×12 850 Italian OEM*
19 0×13 932 Japanese Shift-JIS
20 0×14 850 Spanish OEM*
21 0×15 437 Swedish OEM
22 0×16 850 Swedish OEM*
23 0×17 865 Norwegian OEM
24 0×18 437 Spanish OEM
25 0×19 437 English OEM (Great Britain)
26 0x1A 850 English OEM (Great Britain)*
27 0x1B 437 English OEM (US)
28 0x1C 863 French OEM (Canada)
29 0x1D 850 French OEM*
31 0x1F 852 Czech OEM
34 0×22 852 Hungarian OEM
35 0×23 852 Polish OEM
36 0×24 860 Portuguese OEM
37 0×25 850 Portuguese OEM*
38 0×26 866 Russian OEM
55 0×37 850 English OEM (US)*
64 0×40 852 Romanian OEM
77 0x4D 936 Chinese GBK (PRC)
78 0x4E 949 Korean (ANSI/OEM)
79 0x4F 950 Chinese Big5 (Taiwan)
80 0×50 874 Thai (ANSI/OEM)
87 0×57 Current ANSI CP ANSI
88 0×58 1252 Western European ANSI
89 0×59 1252 Spanish ANSI
100 0×64 852 Eastern European MS-DOS
101 0×65 866 Russian MS-DOS
102 0×66 865 Nordic MS-DOS
103 0×67 861 Icelandic MS-DOS
104 0×68 895 Kamenicky (Czech) MS-DOS
105 0×69 620 Mazovia (Polish) MS-DOS
106 0x6A 737 Greek MS-DOS (437G)
107 0x6B 857 Turkish MS-DOS
108 0x6C 863 French-Canadian MS-DOS
120 0×78 950 Taiwan Big 5
121 0×79 949 Hangul (Wansung)
122 0x7A 936 PRC GBK
123 0x7B 932 Japanese Shift-JIS
124 0x7C 874 Thai Windows/MS–DOS
134 0×86 737 Greek OEM
135 0×87 852 Slovenian OEM
136 0×88 857 Turkish OEM
150 0×96 10007 Russian Macintosh
151 0×97 10029 Eastern European Macintosh
152 0×98 10006 Greek Macintosh
200 0xC8 1250 Eastern European Windows
201 0xC9 1251 Russian Windows
202 0xCA 1254 Turkish Windows
203 0xCB 1253 Greek Windows
204 0xCC 1257 Baltic Windows

VBA macros

Sunday, November 22nd, 2015

I re-wrote the parser for VBA code in Excel files (as part of SMImport). The ‘dir’ stream parsed as described in MS-OVBA

Now you may extract the macros from your workbooks.

SMImport and BIFF4

Thursday, December 4th, 2014

In SMImport I added the support for old xlw-workbooks with XLSR_SHEETHDR biff record (supported in BIFF4 only for sheetnames) instead XLSR_BOUNDSHEET

parser for formulas in MS Excel

Monday, September 15th, 2014

Good article from DevExpress developer:
http://habrahabr.ru/company/devexpress/blog/222523/

ExcelFile Viewer

Thursday, December 13th, 2012

Today I fixed the issue with QuattroPro spreadsheets (.wkq) and now the cells with row#>256 loaded correctly

Also the description for last BIFF-record (EOF) added in visual list.

RAD Studio XE

Monday, September 27th, 2010

Yesterday I uploaded the archives with compiled packages for XE for SMExport and SMImport (both registered and trials)