Posts by Will • 41 points
3 posts
-
0
votes2
answers599
viewsA: Special characters in excel spreadsheet generated in Delphi
I used Lazarus Fpspreadsheet to solve the problem. With the function: MyWorksheet.WriteUTF8Text(linha, coluna, 'M A T É R I A S - P R I M A S'); Follow the Wiki link for more information:…
-
3
votes2
answers599
viewsQ: Special characters in excel spreadsheet generated in Delphi
I found on the internet many codes related to generating EXCEL spreadsheets in DELPHI. Follow the code I am using: objExcel := CreateOleObject('Excel.Application'); objExcel.Visible := True;…
-
1
votes0
answers192
viewsQ: Create SQL Tax Table
I am developing a system for budgets and, to finalize my project, I need to create a tax table. To help, follow an example of what I want to do: in the raw material table, each material has a…