Skip to content

Instantly share code, notes, and snippets.

View sir-Gee's full-sized avatar
🎯
lifelong_learning.commit( );

Sergey Sachkov sir-Gee

🎯
lifelong_learning.commit( );
  • Norwegian Cruise Line Holdings
  • Davie, FL
View GitHub Profile

Privacy Policy — StyleAI

Last updated: April 22, 2026

StyleAI ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains what data we collect, how we use it, how we protect it, and your rights as a user. By using the StyleAI mobile application ("App"), you agree to the terms of this policy.


  1. Data We Collect
@sir-Gee
sir-Gee / ExcelDrivenTest.java
Last active April 10, 2019 03:15
Script looks for a cell and print the rest cell values in this row
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Iterator;
public class ExcelDrivenTest {