What is the cell character limit for the Parse CSV module?

Hello, can someone tell me what the character limit for CSV cells is when using the parse csv module?

As most of you all know I’m sure there is technically no limit to how many columns a csv can have or how many characters are in a comma-delimited cell when you create it. The issue always comes when doing processing and importing the csv into some other software. Eg excel which has a 32k character limit for cells.

What is the limit for parsing a csv in Make? Cant find the answer anywhere. Thank you.