+ google drive
This commit is contained in:
@@ -40,7 +40,8 @@ class TransactionServiceImpl(
|
||||
spaceId: Int,
|
||||
filter: TransactionService.TransactionsFilter
|
||||
): ByteArray {
|
||||
val transactions = getTransactions(spaceId, filter)
|
||||
val fullFilter = filter.copy(limit = 10000, offset = 0)
|
||||
val transactions = getTransactions(spaceId, fullFilter)
|
||||
val workbook = XSSFWorkbook()
|
||||
val sheet = workbook.createSheet("Transactions")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user