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