Description: The attached file is the india government income tax return preparation excel file and there are multiple macro errors in the same making the file unusable in libreoffice. i have listed some errors below Steps to Reproduce: 1. open file. enable macros 2. click on buttons like "validate" sheet 3. Actual Results: 1. "ActiveWorkbook.FollowHyperlink _ Address:="https://onlineservices.tin.egov-nsdl.com/etaxnew/tdsnontds.jsp"" 2. "Application.CommandBars("Ply").Enabled = True" 3. "If Mid(Sheet1.Range("sheet1.SeventhProvisoFlag").Value, 1, 1) <> "N" Then" 4. "If UserForm1.Visible = True Then" 5. "widthForm = UserForm1.ProgressFrame.Width" 6. If UserForm1.ProgressFrame.Caption = "" Then 7. .lblmainProgPercDisp.Caption = Round(mainProcPerc, 2) & "%" 8. If Mid(Sheet1.Range("sheet1.SeventhProvisoFlag").Value, 1, 1) <> "N" Then on and on when clicking on "validate" button if i click on the side bar "calculate tax" 9. Sheet3.Range("IncD.TDS").Value = 0 there are probably hundreds of macro errors on and on when using Expected Results: i have deleted the above problem code from macros and it is still not working. also attached will be a zip containing the original unaltered governmental excel file. the first file would be for demo data to be put in the excel from zip file Reproducible: Always User Profile Reset: No Additional Info: Version: 6.4.5.2 Build ID: a726b36747cf2001e06b58ad5db1aa3a9a1872d6 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: kf5; Locale: en-IN (en_IN.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 163467 [details] demo data file containing macro errors
Created attachment 163468 [details] excel file containing unaltered macro file. use data from first file to check
https://www.incometaxindiaefiling.gov.in/downloads/incomeTaxReturnUtilities?lang=eng you can download this file and others from above link
This isn't a bug for Base - database. Could be something for BASIC or Calc. I have changed the component to Calc.
Repro Arch Linux 64-bit Version: 7.2.0.0.alpha0+ Build ID: 43d07ddf487fae1b966abf00a36612b109ed01fc CPU threads: 8; OS: Linux 5.9; UI render: default; VCL: kf5 Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: threaded Built on 7 December 2020
Dear johnks, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
confirmed in Version: 7.5.0.3 (X86_64) / LibreOffice Community Build ID: c21113d003cd3efa8c53188764377a8272d9d6de CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-IN (en_IN); UI: en-US Flatpak Calc: threaded
https://www.incometax.gov.in/iec/foportal/downloads/income-tax-returns you can download fresh files from this URL as the old website was updated https://www.incometax.gov.in/iec/foportal/sites/default/files/2023-01/ITR1_22_23_V1.2.zip https://www.incometax.gov.in/iec/foportal/sites/default/files/2023-01/ITR4_22_23_V1.2.zip https://www.incometax.gov.in/iec/foportal/sites/default/files/2023-01/ITR7_22_23_V1.8.zip
tested with Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7a7eb4aa21ca0c83db825fe8d5a5278611b391d8 CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded Actual Results: 1. "ActiveWorkbook.FollowHyperlink _ Address:="https://onlineservices.tin.egov-nsdl.com/etaxnew/tdsnontds.jsp"" workaround: delete _ and keep command on one line 2. Private Function DecodeBase64(ByVal strData As String) As Byte() error Unexpected symbol ( 3. Application.CommandBars("Ply").Enabled = True if i click on the side bar "calculate tax" I do not get any error, some form open, but it is probably incomplete. So, it's better, but still not fully working.
(In reply to raal from comment #9) > tested with Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community > Build ID: 7a7eb4aa21ca0c83db825fe8d5a5278611b391d8 > CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3 > Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US > Calc: threaded > > Actual Results: > 1. "ActiveWorkbook.FollowHyperlink _ > Address:="https://onlineservices.tin.egov-nsdl.com/etaxnew/tdsnontds.jsp"" > workaround: delete _ and keep command on one line > > 2. Private Function DecodeBase64(ByVal strData As String) As Byte() > error Unexpected symbol ( > > 3. Application.CommandBars("Ply").Enabled = True > > if i click on the side bar "calculate tax" I do not get any error, some form > open, but it is probably incomplete. > > So, it's better, but still not fully working. https://gist.github.com/brucemcpherson/6937529 check the code for decodeBase64 on this. its the same and it is not working in libreoffice.