Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 161,045 for

workbook

(0.1 sec)
  1. 删除工作簿中的工作表|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/zh/net/delete-worksheets-...
  2. Loading and managing Excel,OpenOffice,Json, Csv...

    With Aspose.Cells, it is simple to create,open and manage Excel,CSV,TSV,ODS,HTML,Numbers,Json,XML,Pdf,Jpg,Tiff,Image,Mht and XPS files....New Workbook The following example creates a new workbook from...loading Workbook Filter Objects while loading Workbook or Worksheet...

    docs.aspose.com/cells/net/loading-saving-and-ma...
  3. Copy and Move Worksheets Within and Between Wor...

    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....Worksheets Within and Between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/java/copy-and-move-worksh...
  4. Create New Worksheet|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/net/create-new-worksheet/
  5. File "com.aspose.cells.a.a.v5.java", line -1, i...

    Hello Everyone, I have been using the Aspose.cells Python library and facing the below issue from Library version 22.1.0 to 23.7.0. in my Local environemnt try 22.1.0 to 23.7.0, getting same issue. Java version configu…...api import Workbook workbook = Workbook("./excel_sample.../excel_sample.xlsx") workbook.save("./excel_sample.txt") from asposecells...

    forum.aspose.com/t/file-com-aspose-cells-a-a-v5...
  6. 在 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 class ManagingDocumentProp...ManagingDocumentProp / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/managing-document...
  7. 复制工作表|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....new Workbook by excel file path Workbook wb = new Workbook ( "..."../../data/workbook.xlsx" ); //Create a Worksheets object with...

    docs.aspose.com/cells/zh/net/copy-worksheet/
  8. 在Ruby中隐藏或取消隐藏工作表|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  9. Converting XLS to XLSM is changing the "Save pa...

    Hi, The “Save password” checkbox property of data connection definition is getting unchecked when an XLS Workbook is converted to XLSM. I have attached the template file and the screenshots below. Please do the needf…...getting unchecked when an XLS workbook is converted to XLSM. I have...getting unchecked when the XLS workbook is converted to XLSM. e.g...

    forum.aspose.com/t/converting-xls-to-xlsm-is-ch...
  10. Resizing column not working on a protected shee...

    Below is the code I use Workbook Workbook = new Workbook(); WorksheetCollection worksheets = Workbook.Worksheets; Worksheet testCodeSheet = Workbook.Worksheets[“Test Sheet”]; testCodeSheet.Protection.AllowFiltering …...the code I use Workbook workbook = new Workbook(); WorksheetCollection...WorksheetCollection worksheets = workbook.Worksheets; Worksheet testCodeSheet...

    forum.aspose.com/t/resizing-column-not-working-...