Skip to content

Instantly share code, notes, and snippets.

@minghao51
Created October 17, 2024 03:22
Show Gist options
  • Save minghao51/868a2a3ceeb845f8cfc86c0077fa8592 to your computer and use it in GitHub Desktop.
Save minghao51/868a2a3ceeb845f8cfc86c0077fa8592 to your computer and use it in GitHub Desktop.
excel cell format to human readable format
[<999950]0.0,"K";[<999950000]0.0,,"M";0.0,,,"B"
# Convert
# 7000 -> 7K
# 2000000 -> 2M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment