1*2726a701SXin LI 2*2726a701SXin LI#------------------------------------------------------------------------------ 3*2726a701SXin LI# $File: sylk,v 1.1 2020/04/05 22:18:34 christos Exp $ 4*2726a701SXin LI# sylk: file(1) magic for SYLK text files 5*2726a701SXin LI 6*2726a701SXin LI# From: Joerg Jenderek 7*2726a701SXin LI# URL: https://en.wikipedia.org/wiki/SYmbolic_LinK_%28SYLK%29 8*2726a701SXin LI# http://fileformats.archiveteam.org/wiki/SYLK 9*2726a701SXin LI# Note: called by TrID "SYLK - SYmbolic LinK data", 10*2726a701SXin LI# by DROID "Microsoft Symbolic Link (SYLK) File" 11*2726a701SXin LI# by FreeDesktop.org "spreadsheet interchange document" 12*2726a701SXin LI0 string ID;P 13*2726a701SXin LI# skip short DROID x-fmt-106-signature-id-603.slk 14*2726a701SXin LI>7 ubyte >0 spreadsheet interchange document 15*2726a701SXin LI# https://reposcope.com/mimetype/text/spreadsheet 16*2726a701SXin LI#!:mime text/spreadsheet 17*2726a701SXin LI# https://reposcope.com/mimetype/application/x-sylk by Gnumeric 18*2726a701SXin LI!:mime application/x-sylk 19*2726a701SXin LI!:ext slk/sylk 20*2726a701SXin LI>>4 ubyte >037 \b, created by 21*2726a701SXin LI# Gnumeric, pmw~PlanMaker, CALCOOO32~LibreOffice OpenOffice, SCALC3~StarOffice 22*2726a701SXin LI# MP~Multiplan, XL~Excel WXL~Excel Windows 23*2726a701SXin LI>>>4 string Gnumeric Gnumeric 24*2726a701SXin LI>>>4 string pmw PlanMaker 25*2726a701SXin LI>>>4 string CALCOOO32 Libre/OpenOffice Calc 26*2726a701SXin LI>>>4 string SCALC3 StarOffice Calc 27*2726a701SXin LI>>>4 string XL Excel 28*2726a701SXin LI# Excel, version probably running on Windows 29*2726a701SXin LI>>>4 string WXL Excel 30*2726a701SXin LI# not tested 31*2726a701SXin LI>>>4 string MP Multiplan 32*2726a701SXin LI# unknown spreadsheet software 33*2726a701SXin LI>>>4 default x 34*2726a701SXin LI>>>>4 string x %s 35*2726a701SXin LI 36*2726a701SXin LI 37