> For the complete documentation index, see [llms.txt](https://bitpicky.gitbook.io/sheetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitpicky.gitbook.io/sheetwork/faq/what-datatype-casting-do-you-support.md).

# What datatype casting do you support?

#### Supported Data Types

Currently, supported data types are:

```
int: integer
numeric: decimals and other kinds of non-whole number (precision 38,18)
varchar: for strings
date: for dates
boolean: for True False
timestamp: for a datetime object
```

If this isn't working for you feel free to[ create an issue](https://github.com/bastienboutonnet/sheetwork/issues) or to reach out on [Discord](https://discord.gg/ETQ3s998).
