资 源 简 介
Introduction
OpenBatch is a framework written in Python to easily create a batch processing (instantiate template documents, sending emails, printing...) job by iterating through rows from an OpenOffice Spreadsheet .ods file. It can be used as an alternative to "mail merge" kind of application supported by OpenOffice or Microsoft Office.
5-minute tutorial
One of the most typical batch job is to send customized emails from a list of users. Using OpenBatch, you can easily achieve this by creating a spreadsheet like the following.
Note that each cell in the first row of the spreadsheet (i.e. $email$,$salute$,..) will serve as the column names for the rest of the data rows. T