No,
The SPI variant of the device have a 'Control Byte' similar to the I2C device,
But there is No ADDR pin, so there is no possibility to select a different address for each device.
You may possibly use a 3 to 8 decoder external to the microcontroller, or an external shift register,
to expand the number of CS lines.
Mysil