mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
566 B
JSON
18 lines
566 B
JSON
{
|
|
"name": "Microsoft Excel",
|
|
"website": "https://office.microsoft.com/excel",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?:<html [^>]*xmlns:w=\"urn:schemas-microsoft-com:office:excel\"|<!--\\s*(?:START|END) OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD\\s*-->|<div [^>]*x:publishsource=\"?Excel\"?)"
|
|
},
|
|
{
|
|
"search": "meta[ProgId]",
|
|
"regexp": "^Excel\\."
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Microsoft Excel( [\\d.]+)?",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |