15 lines
761 B
TeX
15 lines
761 B
TeX
% Please add the following required packages to your document preamble:
|
|
% \usepackage[table,xcdraw]{xcolor}
|
|
% Beamer presentation requires \usepackage{colortbl} instead of \usepackage[table,xcdraw]{xcolor}
|
|
\begin{table}[H]
|
|
\begin{tabular}{|l|l|l|}
|
|
\hline
|
|
\rowcolor[HTML]{9B9B9B}
|
|
Task & Current Progress & Expected Progress \\ \hline
|
|
Image Management & \cellcolor[HTML]{F8A102}50\% & \cellcolor[HTML]{F8A102}70\% \\ \hline
|
|
OCR/AI & 50\% & X\% \\ \hline
|
|
Git & \cellcolor[HTML]{32CB00}100\% & \cellcolor[HTML]{32CB00}100\% \\ \hline
|
|
GUI & \cellcolor[HTML]{32CB00}70\% & \cellcolor[HTML]{32CB00}70\% \\ \hline
|
|
\end{tabular}
|
|
\end{table}
|