Skip to content

tsureshpandi/Bank-Statement-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Statement Parser (csv, xls, xlsx).

Parse any bank statements to php array.

Usage:

<?php
	require('parser.php');
	$data = parse_bank_statement('example.csv');
	print_r($data);
?>

About

Parse any bank statements to php array.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages