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