Sample Code

VBScript snippet to clean up old files

I wrote this basic VBScript sample to delete old .bak files from a particular folder if its older than X number of days.

By |June 13th, 2013|Coding, Sample Code|0 Comments

Simple c# example on how to use Koogra

This is a sample code for C# to read up an excel file and return the results in a CSV format using the Koogra library.

 

By |June 13th, 2013|Coding, Sample Code|0 Comments