# Set Date Value

Tek bir hücreye tarih değeri atar.



---

### :arrow_left:**GİRDİ**

| **Parametre** | **Tip** | **Zorunlu** | **Açıklama** |
|-----------|-----|---------|----------|
| `FilePath` | `String` | ✅Evet   | Excel dosya yolu |
| `Data`    | `Byte[]` | ✅Evet   | Excel dosya verisi (byte dizisi) |
| `SheetName` | `String` | ❌Hayır  | Hedef sayfa adı |
| `Cell`    | `String` | ✅Evet   | Hedef hücre adresi |
| `Value`   | `Object` | ✅Evet   | Atanacak tarih değeri |



---

### :arrow_right:**ÇIKTI**

| **Parametre** | **Tip** | **Açıklama** |
|-----------|-----|----------|
| `IsSetDateValueSuccessful` | `Boolean`   | İşlem başarılı mı |
| `SetDateValueMessage` | `String` | İşlem sonuç mesajı |
| `SetDateValueResult` | `Byte[]` | Güncellenmiş Excel dosyası |



---

### :arrow_down:**DİĞER**

| **Parametre** | **Tip** | **Varsayılan** | **Açıklama** |
|-----------|-----|------------|----------|
| `ThrowException` | `Boolean` | ❌Hayır     | Hata durumunda exception fırlat |