Message: Return type of CI_Session_files_driver::open($save_path, $name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Message: Return type of CI_Session_files_driver::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Message: Return type of CI_Session_files_driver::read($session_id) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Message: Return type of CI_Session_files_driver::write($session_id, $session_data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Message: Return type of CI_Session_files_driver::destroy($session_id) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Message: Return type of CI_Session_files_driver::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Spreadsheet adalah sebuah program komputer yang digunakan untuk menyimpan, menampilkan, serta mengolah data dalam bentuk baris dan kolom.
Baris biasanya menggunakan label angka 1,2,3 dan seterusnya.
Sedangkan kolom menggunakan label abjad seperti A, B, C, dan seterusnya.
Pengolahan data dalam spreadsheet disimpan dalam sebuah sel.
Penamaan sel tersebut sesuai dengan penggunaan label pada kolom dan baris yang digunakan, contohnya A1, A2, A3 dan seterusnya.
Definisi dari spreadsheet sendiri merupakan tabel-tabel dalam komputer yang berisi baris dan kolom yang dapat digunakan untuk memanipulasi serta mengatur sebuah data.
Pertemuan antara baris dan kolom dinamakan sel.
Tiap sel yang terdapat di dalam spreadsheet sangat berhubungan erat dan saling terkait.
Jadi ketika salah satu sel saja diubah maka sel yang lain pun akan ikut berubah.
Pengolah angka merupakan arti dari kata spreadsheet itu sendiri, karena spdreadsheet memang berfungsi untuk mengolah angka-angka yang terdapat di dalam sel.
Selnya berisi nilai numerik, rumus, maupun teks alfanumerik.