finance-mgn - v1.4.1
    Preparing search index...
    • Writes transaction data to multiple sheets in a Google Spreadsheet.

      Parameters

      • config: { sheetId: string; sheetName: string; transactions: Transaction[] }[]

        Array of configuration objects, each containing:

        • sheetName: The name of the sheet.
        • sheetId: The Google Spreadsheet ID.
        • transactions: The transaction data to write.

      Returns Promise<void>

      Error If writing data to any sheet fails.