Skip to main content

Basic SLK (sylk) to CSV parser

Project description

A .slk files parser

SLK format : https://en.wikipedia.org/wiki/SYmbolic_LinK_(SYLK)

Largely inspired by : https://github.com/smontanaro/python-bits/blob/master/sylk.py

Installation

Usage

From python code

from sylk_parser import SylkParser

parser = SylkParser(filepath)
with open("/tmp/result.csv", "wb") as fbuf:
    parser.to_csv(fbuf)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sylk_parser-0.3.1a0.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file sylk_parser-0.3.1a0.tar.gz.

File metadata

File hashes

Hashes for sylk_parser-0.3.1a0.tar.gz
Algorithm Hash digest
SHA256 4f4d5852ff670930cd498e641a0a3ae0e6a4257d2ce970b1e66fdd3cba5bd9f3
MD5 8e43b96c5ffc18bb0973eaef16a5730f
BLAKE2b-256 8922e3bf388d7f0ba8dc31249a82cec76945053520f1f307eeec8b731fddfaa8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page