按行数与列数生成随机 CSV(逗号分隔)。
随机 CSV
The random CSV generator creates comma-separated test data online based on the number of rows and columns you specify, automatically adding headers like col1, col2. Cells contain random integers, decimals, and word combinations, and values that include commas, quotes, or newlines are quoted and escaped per CSV rules so the output stays valid and importable.
Great for generating test data for import tests, bulk database seeding, or debugging CSV parsers. The output is standard comma-separated text; open it as UTF-8 when reading in Excel or your own code.