+ google drive

This commit is contained in:
xds
2026-03-10 15:52:10 +03:00
parent 3464d85e8e
commit 60b593cf43

View File

@@ -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")