Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 161,030 for

workbook

(0.1 sec)
  1. Unlock XLSB document via C++ | products.aspose.com

    C++ example code to unlock password protected XLSB file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....file intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...xlsb" ))); // Unprotect workbook workbook->Unprotect( new String(...

    products.aspose.com/cells/cpp/unlock/xlsb/
  2. 在PHP中将工作表转为图像|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/worksheet-to-image...
  3. protect method | Aspose.Cells for Python via .N...

    protect method Contents [ Hide ] protect Protects worksheet. def protect ( self , type ): ... Parameter Type Descript......ProtectionType , Workbook # Instantiating a Workbook object excel...excel = Workbook ( "template.xlsx" ) # Accessing the first worksheet...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Aspose::Cells::FormatConditionCollection class ...

    Aspose::Cells::FormatConditionCollection class. Represents conditional formatting. The FormatConditions can contain up to three conditional formats in C++....(); //Create a new Workbook. Workbook workbook ; //Get the first...worksheet. Worksheet sheet = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells/for...
  5. 在xlsx4j中将工作簿转换为HTML|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Instantiate a workbook and open the template XLSX file Workbook book =...= new Workbook ( dataDir + "book1.xls" ); //Save the HTML file...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  6. Worksheet To Image in Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... cells import Workbook from com . aspose . cells...Instantiate a workbook with path to an Excel file book = Workbook ( dataDir...

    docs.aspose.com/cells/java/worksheet-to-image-i...
  7. Aspose::Cells::ValidationCollection class | Asp...

    Aspose::Cells::ValidationCollection class. Represents data validation collection in C++....Cells :: Startup (); Workbook workbook ; ValidationCollection...ValidationCollection validations = workbook . GetWorksheets (). Get ( 0 ). GetValidations...

    reference.aspose.com/cells/cpp/aspose.cells/val...
  8. Aspose::Cells::ExternalLinkCollection::RemoveAt...

    Aspose::Cells::ExternalLinkCollection::RemoveAt method. Removes the specified external link from the Workbook in C++....specified external link from the workbook. void Aspose :: Cells :: ...specified external link from the workbook. void Aspose :: Cells :: ...

    reference.aspose.com/cells/cpp/aspose.cells/ext...
  9. AbstractTextLoadOptions | Aspose.Cells for Java...

    Common options for loading text values...initializing styles of the workbook getEncoding() Gets the default...unparsed data in memory for the Workbook when it is loaded from template...

    reference.aspose.com/cells/java/com.aspose.cell...
  10. XmlLoadOptions | Aspose.Cells for Java API Refe...

    Represents the options of loading xml....initializing styles of the workbook getFontConfigs() Gets individual...unparsed data in memory for the Workbook when it is loaded from template...

    reference.aspose.com/cells/java/com.aspose.cell...