"How can I get to this result from integral representation?"
Here's how, taking your request literally. The trick is integrating by parts
$$
\begin{align}
&\int_0^1 \frac{1-x^n}{1-x} \, dx\tag{1}\\
&=-\int_0^1 \left(1-x^n\right) \frac{d}{dx} \log (1-x) \, dx\tag{2a}\\
&=-\left(1-x^n\right) \log (1-x)\Big|^{1}_{0}-\int_0^1 n\; x^{n-1} \log (1-x) \, dx\tag{2b}\\
&=\int_0^1 n\; x^{n-1} \sum _{k=1}^{\infty } \frac{x^k}{k} \, dx\tag{2c}\\
&= \sum _{k=1}^{\infty } \frac{n}{k}\int_0^1 x^{n+k-1} \, dx\tag{2d}\\
&=\sum _{k=1}^{\infty } \frac{n}{k (n+k)}\tag{2e}\\
\end{align}
$$
Explanation
(2a): rewrite the integrand to prepare integration by parts
(2b): do integration by parts. Notice that the integrated part vanishes at both ends of the interval
(2c): expand $\log (1-x)$ into a series
(2d): Exchange summation and integration
(2e): do the integral
Derivation finished