finance-mgn - v1.4.1
    Preparing search index...
    • Fetches existing data from a specified sheet in a Google Spreadsheet.

      Parameters

      • sheetName: string

        The name of the sheet to fetch data from (e.g., "expenses", "incomes").

      • sheetId: string

        The Google Spreadsheet ID.

      Returns Promise<Transaction[]>

      A promise that resolves to an array of transactions.

      Error If fetching data from the sheet fails.