Skip to content

Instantly share code, notes, and snippets.

The process about Microsoft Office Document.md

Description of the way that Excel saves files

Applies to: Microsoft Office Excel 2003, Microsoft Office Excel 2007, Excel 2010. From: MS.

Summary

This article describes how Microsoft Excel saves files.

More Information

When you save an existing file in Excel, Excel creates a temporary file in the destination folder that you specify in the Save As dialog box. The temporary file contains the whole contents of your workbook. If Excel successfully saves the temporary file, the temporary file is renamed with the file name you specify in the Save As dialog box.

@Leaking
Leaking / FragmentArgumentDelegate.kt
Created July 28, 2018 07:09 — forked from yanngx/FragmentArgumentDelegate.kt
Fragment arguments without hassle !
package be.brol
import android.os.Binder
import android.os.Bundle
import android.support.v4.app.BundleCompat
import android.support.v4.app.Fragment
/**
* Eases the Fragment.newInstance ceremony by marking the fragment's args with this delegate
* Just write the property in newInstance and read it like any other property after the fragment has been created